summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAlan Mackenzie <acm@muc.de>2007-08-01 09:18:11 +0000
committerAlan Mackenzie <acm@muc.de>2007-08-01 09:18:11 +0000
commiteae7d61c530e5fa146f6ff63b511c97d98297419 (patch)
tree08d41dd0e40e8fc414d541384c7fba48bd430a0b /man
parent9f3df1e5cf2a29dcf828a1ed834e450f0f2ce551 (diff)
downloademacs-eae7d61c530e5fa146f6ff63b511c97d98297419.tar.gz
(Mailing Lists and Bug Reports): Correct "-no-site-file" to
"--no-site-file".
Diffstat (limited to 'man')
-rw-r--r--man/cc-mode.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/cc-mode.texi b/man/cc-mode.texi
index 3cb670b3b53..423892d7d30 100644
--- a/man/cc-mode.texi
+++ b/man/cc-mode.texi
@@ -540,7 +540,7 @@ section @ref{Minor Modes}.
@item Making the @key{RET} key indent the new line
The standard Emacs binding for @key{RET} just adds a new line. If you
want it to reindent the new line as well, rebind the key. Note that
-the action of rebinding will fail if the pertinent keymap doesn't yet
+the action of rebinding would fail if the pertinent keymap didn't yet
exist---we thus need to delay the action until after @ccmode{} has
been loaded. Put the following code into your @file{.emacs}:
@@ -881,8 +881,8 @@ lines.
@ccmode{} contains some useful commands for moving around in C code.
@table @asis
-@item @kbd{C-M-a}
-@itemx @kbd{C-M-e}
+@item @kbd{C-M-a} (@code{c-beginning-of-defun})
+@itemx @kbd{C-M-e} (@code{c-end-of-defun})
@findex c-beginning-of-defun
@findex c-end-of-defun
@@ -6911,11 +6911,11 @@ to include any code that appears @emph{before} your bug example, if
you think it might affect our ability to reproduce it.
Please try to produce the problem in an Emacs instance without any
-customizations loaded (i.e. start it with the @samp{-q -no-site-file}
+customizations loaded (i.e. start it with the @samp{-q --no-site-file}
arguments). If it works correctly there, the problem might be caused
by faulty customizations in either your own or your site
-configuration. In that case, we'd appreciate if you isolate the Emacs
-Lisp code that triggers the bug and include it in your report.
+configuration. In that case, we'd appreciate it if you isolate the
+Emacs Lisp code that triggers the bug and include it in your report.
@cindex bug report mailing list
Bug reports should be sent to @email{bug-cc-mode@@gnu.org}. You can