diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-05-19 19:50:50 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-05-19 19:50:50 +0000 |
commit | 74456292cede7bb245b53e58abf6aaf763f85695 (patch) | |
tree | 42636a457da3630073480de72f19359566b2d27d /lisp/progmodes/cc-styles.el | |
parent | 5345f90dfa6444f1dd5428492d0133db97baec75 (diff) | |
download | emacs-74456292cede7bb245b53e58abf6aaf763f85695.tar.gz |
(c-style-alist): Doc fix.
Diffstat (limited to 'lisp/progmodes/cc-styles.el')
-rw-r--r-- | lisp/progmodes/cc-styles.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-styles.el b/lisp/progmodes/cc-styles.el index 6f623623535..c2b9b435e4c 100644 --- a/lisp/progmodes/cc-styles.el +++ b/lisp/progmodes/cc-styles.el @@ -264,7 +264,7 @@ element of the list is added with `add-hook'. Do not change this variable directly. Use the function `c-add-style' to add new styles or modify existing styles (it is not a good idea to modify existing styles -- you should create a new style that inherits -the existing style.") +the existing style).") ;; Functions that manipulate styles |