summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-cmds.el
diff options
context:
space:
mode:
authorAlan Mackenzie <acm@muc.de>2019-10-12 09:30:23 +0000
committerAlan Mackenzie <acm@muc.de>2019-10-12 09:30:23 +0000
commit55fdbec44316036b85d96a4d808a5f1f17276fc6 (patch)
tree4551d60f6ef739e487719f87c58c8398fadc18b5 /lisp/progmodes/cc-cmds.el
parent933c0bb96e7b157b551665dfd02141d1cd860771 (diff)
downloademacs-55fdbec44316036b85d96a4d808a5f1f17276fc6.tar.gz
emacs-55fdbec44316036b85d96a4d808a5f1f17276fc6.tar.bz2
emacs-55fdbec44316036b85d96a4d808a5f1f17276fc6.zip
CC-Mode: Remove unneeded backslashes from doc strings and regular expressions
Also make miscellaneous amendments. * lisp/progmodes/cc-align.el, lisp/progmodes/cc-cmds.el * lisp/progmodes/cc-defs.el, lisp/progmodes/cc-engine.el * lisp/progmodes/cc-langs.el, lisp/progmodes/cc-vars.el: Remove lots of unneeded backslashes. * lisp/progmodes/cc-langs.el (c-string-innards-re-alist): Remove redundant "\\|\r" from regular expression. * lisp/progmodes/cc-mode.el (c-make-mode-syntax-table): Correct the name of the hook normal-erase-is-backspace-MODE-hook from a non-existant hook name.
Diffstat (limited to 'lisp/progmodes/cc-cmds.el')
-rw-r--r--lisp/progmodes/cc-cmds.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/cc-cmds.el b/lisp/progmodes/cc-cmds.el
index acf4c4ad158..0d9414e60fb 100644
--- a/lisp/progmodes/cc-cmds.el
+++ b/lisp/progmodes/cc-cmds.el
@@ -61,7 +61,7 @@ syntactic information for the current line. Be silent about syntactic
errors if the optional argument QUIET is non-nil, even if
`c-report-syntactic-errors' is non-nil. Normally the position of
point is used to decide where the old indentation is on a lines that
-is otherwise empty \(ignoring any line continuation backslash), but
+is otherwise empty (ignoring any line continuation backslash), but
that's not done if IGNORE-POINT-POS is non-nil. Returns the amount of
indentation change \(in columns)."
@@ -3257,7 +3257,7 @@ to call `c-scan-conditionals' directly instead."
A prefix argument acts as a repeat count. With a negative argument,
move backward across a preprocessor conditional.
-If there aren't enough conditionals after \(or before) point, an
+If there aren't enough conditionals after (or before) point, an
error is signaled.
\"#elif\" is treated like \"#else\" followed by \"#if\", except that