X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/4d0108a132788e0c3903eb4d5875321ed6e8eef1..82df1878e6559188e688195f992fff10f35035e8:/lisp/progmodes/cc-vars.el diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index 022bc225c9..9afece9e30 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.el @@ -277,7 +277,7 @@ nil." If t, hitting TAB always just indents the current line. If nil, hitting TAB indents the current line if point is at the left margin or in the line's indentation, otherwise it inserts a `real' tab character \(see -note\). If some other value (not nil or t), then tab is inserted only +note). If some other value \(not nil or t), then tab is inserted only within literals \(comments and strings), but the line is always reindented. @@ -833,7 +833,7 @@ string in the mode line), and a semicolon or comma is typed (see no arguments, and should return one of the following values: nil -- no determination made, continue checking - 'stop -- do not insert a newline, and stop checking + `stop' -- do not insert a newline, and stop checking (anything else) -- insert a newline, and stop checking If every function in the list is called with no determination made, @@ -1772,8 +1772,8 @@ It treats escaped EOLs as whitespace.") (cc-provide 'cc-vars) -;;; Local Variables: -;;; indent-tabs-mode: t -;;; tab-width: 8 -;;; End: +;; Local Variables: +;; indent-tabs-mode: t +;; tab-width: 8 +;; End: ;;; cc-vars.el ends here