emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 0ec5340: * lisp/progmodes/cc-vars.el (c-offsets-a


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 0ec5340: * lisp/progmodes/cc-vars.el (c-offsets-alist): Doc fix. (Bug#29407)
Date: Fri, 24 Nov 2017 03:42:33 -0500 (EST)

branch: emacs-26
commit 0ec534070f3fece004a5077eef67d034e629e219
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * lisp/progmodes/cc-vars.el (c-offsets-alist): Doc fix.  (Bug#29407)
---
 lisp/progmodes/cc-vars.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el
index df202e9..c421379 100644
--- a/lisp/progmodes/cc-vars.el
+++ b/lisp/progmodes/cc-vars.el
@@ -1227,8 +1227,8 @@ As described below, each cons cell in this list has the 
form:
 
 When a line is indented, CC Mode first determines the syntactic
 context of it by generating a list of symbols called syntactic
-elements.  The global variable `c-syntactic-context' is bound to the
-that list.  Each element in the list is in turn a list where the first
+elements.  The global variable `c-syntactic-context' is bound to that
+list.  Each element in the list is in turn a list where the first
 element is a syntactic symbol which tells what kind of construct the
 indentation point is located within.  More elements in the syntactic
 element lists are optional.  If there is one more and it isn't nil,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]