diff options
| author | Richard M. Stallman | 2001-02-17 17:32:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-02-17 17:32:50 +0000 |
| commit | f90f8d78a0c6db74e7239dbe2e5cedbf709ef7f8 (patch) | |
| tree | 38ae162a2a1bffa073e278e47aabfe13c906701e /man | |
| parent | a83e87655f0db5e9c3b3633204b70f2fcdbdba34 (diff) | |
| download | emacs-f90f8d78a0c6db74e7239dbe2e5cedbf709ef7f8.tar.gz emacs-f90f8d78a0c6db74e7239dbe2e5cedbf709ef7f8.zip | |
Clean up close-quote punctuation.
Clarify that "Linux" is the kernel.
Diffstat (limited to 'man')
| -rw-r--r-- | man/cc-mode.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/cc-mode.texi b/man/cc-mode.texi index e4b9c7a218f..337a140390c 100644 --- a/man/cc-mode.texi +++ b/man/cc-mode.texi | |||
| @@ -263,7 +263,7 @@ How to customize the new indentation engine. | |||
| 263 | @findex java-mode | 263 | @findex java-mode |
| 264 | @findex idl-mode | 264 | @findex idl-mode |
| 265 | @findex pike-mode | 265 | @findex pike-mode |
| 266 | Note that the name of this package is ``@ccmode{}'', but there is no top | 266 | Note that the name of this package is ``@ccmode{},'' but there is no top |
| 267 | level @code{cc-mode} entry point. All of the variables, commands, and | 267 | level @code{cc-mode} entry point. All of the variables, commands, and |
| 268 | functions in @ccmode{} are prefixed with @code{c-@var{<thing>}}, and | 268 | functions in @ccmode{} are prefixed with @code{c-@var{<thing>}}, and |
| 269 | @code{c-mode}, @code{c++-mode}, @code{objc-mode}, @code{java-mode}, | 269 | @code{c-mode}, @code{c++-mode}, @code{objc-mode}, @code{java-mode}, |
| @@ -959,7 +959,7 @@ automatically. | |||
| 959 | hanging. On the surface, it would seem that clean-ups overlap the | 959 | hanging. On the surface, it would seem that clean-ups overlap the |
| 960 | functionality provided by the @code{c-hanging-*-alist} variables, and | 960 | functionality provided by the @code{c-hanging-*-alist} variables, and |
| 961 | similarly, clean-ups are only enabled when auto-newline minor mode is | 961 | similarly, clean-ups are only enabled when auto-newline minor mode is |
| 962 | enabled. Clean-ups are used however to adjust code ``after-the-fact'', | 962 | enabled. Clean-ups are used however to adjust code ``after-the-fact,'' |
| 963 | i.e. to eliminate some whitespace that is inserted by electric | 963 | i.e. to eliminate some whitespace that is inserted by electric |
| 964 | commands, or whitespace that contains intervening constructs. | 964 | commands, or whitespace that contains intervening constructs. |
| 965 | 965 | ||
| @@ -1145,7 +1145,7 @@ hungry-delete in @strong{all} your editing modes! | |||
| 1145 | In a nutshell, when hungry-delete mode is enabled, hitting the | 1145 | In a nutshell, when hungry-delete mode is enabled, hitting the |
| 1146 | @key{Backspace} key@footnote{I say ``hit the @key{Backspace} key'' but | 1146 | @key{Backspace} key@footnote{I say ``hit the @key{Backspace} key'' but |
| 1147 | what I really mean is ``when Emacs receives the @code{BackSpace} key | 1147 | what I really mean is ``when Emacs receives the @code{BackSpace} key |
| 1148 | event''. The difference usually isn't significant to most users, but | 1148 | event.'' The difference usually isn't significant to most users, but |
| 1149 | advanced users will realize that under window systems such as X, any | 1149 | advanced users will realize that under window systems such as X, any |
| 1150 | physical key (keycap) on the keyboard can be configured to generate any | 1150 | physical key (keycap) on the keyboard can be configured to generate any |
| 1151 | keysym, and thus any Emacs key event. Also, the use of Emacs on TTYs | 1151 | keysym, and thus any Emacs key event. Also, the use of Emacs on TTYs |
| @@ -2285,14 +2285,14 @@ Whitesmiths C, an early commercial C compiler. | |||
| 2285 | @cindex Ellemtel style | 2285 | @cindex Ellemtel style |
| 2286 | @item | 2286 | @item |
| 2287 | @code{ellemtel} --- Popular C++ coding standards as defined by | 2287 | @code{ellemtel} --- Popular C++ coding standards as defined by |
| 2288 | ``Programming in C++, Rules and Recommendations'', Erik Nyquist and Mats | 2288 | ``Programming in C++, Rules and Recommendations,'' Erik Nyquist and Mats |
| 2289 | Henricson, Ellemtel@footnote{This document is available at | 2289 | Henricson, Ellemtel@footnote{This document is available at |
| 2290 | @uref{http://www.doc.ic.ac.uk/lab/cplus/c++.rules/} among other | 2290 | @uref{http://www.doc.ic.ac.uk/lab/cplus/c++.rules/} among other |
| 2291 | places.}. | 2291 | places.}. |
| 2292 | 2292 | ||
| 2293 | @cindex Linux style | 2293 | @cindex Linux style |
| 2294 | @item | 2294 | @item |
| 2295 | @code{linux} --- C coding standard for Linux development. | 2295 | @code{linux} --- C coding standard for Linux (the kernel). |
| 2296 | 2296 | ||
| 2297 | @cindex Python style | 2297 | @cindex Python style |
| 2298 | @item | 2298 | @item |