diff options
Diffstat (limited to 'man')
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | man/cc-mode.texi | 12 |
2 files changed, 11 insertions, 6 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 703b3d3441f..80ddad0085d 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-08-01 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file" | ||
| 4 | to "--no-site-file". | ||
| 5 | |||
| 1 | 2007-07-29 Michael Albinus <michael.albinus@gmx.de> | 6 | 2007-07-29 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | * tramp.texi (Frequently Asked Questions): Point to mode line | 8 | * tramp.texi (Frequently Asked Questions): Point to mode line |
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}. | |||
| 540 | @item Making the @key{RET} key indent the new line | 540 | @item Making the @key{RET} key indent the new line |
| 541 | The standard Emacs binding for @key{RET} just adds a new line. If you | 541 | The standard Emacs binding for @key{RET} just adds a new line. If you |
| 542 | want it to reindent the new line as well, rebind the key. Note that | 542 | want it to reindent the new line as well, rebind the key. Note that |
| 543 | the action of rebinding will fail if the pertinent keymap doesn't yet | 543 | the action of rebinding would fail if the pertinent keymap didn't yet |
| 544 | exist---we thus need to delay the action until after @ccmode{} has | 544 | exist---we thus need to delay the action until after @ccmode{} has |
| 545 | been loaded. Put the following code into your @file{.emacs}: | 545 | been loaded. Put the following code into your @file{.emacs}: |
| 546 | 546 | ||
| @@ -881,8 +881,8 @@ lines. | |||
| 881 | @ccmode{} contains some useful commands for moving around in C code. | 881 | @ccmode{} contains some useful commands for moving around in C code. |
| 882 | 882 | ||
| 883 | @table @asis | 883 | @table @asis |
| 884 | @item @kbd{C-M-a} | 884 | @item @kbd{C-M-a} (@code{c-beginning-of-defun}) |
| 885 | @itemx @kbd{C-M-e} | 885 | @itemx @kbd{C-M-e} (@code{c-end-of-defun}) |
| 886 | @findex c-beginning-of-defun | 886 | @findex c-beginning-of-defun |
| 887 | @findex c-end-of-defun | 887 | @findex c-end-of-defun |
| 888 | 888 | ||
| @@ -6911,11 +6911,11 @@ to include any code that appears @emph{before} your bug example, if | |||
| 6911 | you think it might affect our ability to reproduce it. | 6911 | you think it might affect our ability to reproduce it. |
| 6912 | 6912 | ||
| 6913 | Please try to produce the problem in an Emacs instance without any | 6913 | Please try to produce the problem in an Emacs instance without any |
| 6914 | customizations loaded (i.e. start it with the @samp{-q -no-site-file} | 6914 | customizations loaded (i.e. start it with the @samp{-q --no-site-file} |
| 6915 | arguments). If it works correctly there, the problem might be caused | 6915 | arguments). If it works correctly there, the problem might be caused |
| 6916 | by faulty customizations in either your own or your site | 6916 | by faulty customizations in either your own or your site |
| 6917 | configuration. In that case, we'd appreciate if you isolate the Emacs | 6917 | configuration. In that case, we'd appreciate it if you isolate the |
| 6918 | Lisp code that triggers the bug and include it in your report. | 6918 | Emacs Lisp code that triggers the bug and include it in your report. |
| 6919 | 6919 | ||
| 6920 | @cindex bug report mailing list | 6920 | @cindex bug report mailing list |
| 6921 | Bug reports should be sent to @email{bug-cc-mode@@gnu.org}. You can | 6921 | Bug reports should be sent to @email{bug-cc-mode@@gnu.org}. You can |