diff options
| author | Richard M. Stallman | 2006-05-08 05:16:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-05-08 05:16:29 +0000 |
| commit | a995a779fc06af53a4eb340b2c5c4f826c17723d (patch) | |
| tree | 065ee1a7ba3093f8e51be4bbc678b46ee49ece82 | |
| parent | ed7e6c32a8c9a60540578634e35949d22e426bc8 (diff) | |
| download | emacs-a995a779fc06af53a4eb340b2c5c4f826c17723d.tar.gz emacs-a995a779fc06af53a4eb340b2c5c4f826c17723d.zip | |
(Disabling): Textual cleanups.
| -rw-r--r-- | man/custom.texi | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/man/custom.texi b/man/custom.texi index 12933e4e0f2..78a51716031 100644 --- a/man/custom.texi +++ b/man/custom.texi | |||
| @@ -1977,11 +1977,12 @@ usual to do so. | |||
| 1977 | @subsection Disabling Commands | 1977 | @subsection Disabling Commands |
| 1978 | @cindex disabled command | 1978 | @cindex disabled command |
| 1979 | 1979 | ||
| 1980 | Disabling a command means causing it to require a confirmation | 1980 | Disabling a command means that invoking it interactively asks for |
| 1981 | before it can be executed. The purpose of disabling a command is to | 1981 | confirmation from the user. The purpose of disabling a command is to |
| 1982 | prevent users from executing it by accident and being confused. | 1982 | prevent users from executing it by accident; we do this for commands |
| 1983 | that might be confusing to the uninitiated. | ||
| 1983 | 1984 | ||
| 1984 | An attempt to invoke a disabled command interactively in Emacs | 1985 | Attempting to invoke a disabled command interactively in Emacs |
| 1985 | displays a window containing the command's name, its documentation, | 1986 | displays a window containing the command's name, its documentation, |
| 1986 | and some instructions on what to do immediately; then Emacs asks for | 1987 | and some instructions on what to do immediately; then Emacs asks for |
| 1987 | input saying whether to execute the command as requested, enable it | 1988 | input saying whether to execute the command as requested, enable it |
| @@ -2021,8 +2022,8 @@ because Emacs has not read your init file. | |||
| 2021 | 2022 | ||
| 2022 | Whether a command is disabled is independent of what key is used to | 2023 | Whether a command is disabled is independent of what key is used to |
| 2023 | invoke it; disabling also applies if the command is invoked using | 2024 | invoke it; disabling also applies if the command is invoked using |
| 2024 | @kbd{M-x}. Disabling a command has no effect on calling it as a | 2025 | @kbd{M-x}. However, disabling a command has no effect on calling it |
| 2025 | function from Lisp programs. | 2026 | as a function from Lisp programs. |
| 2026 | 2027 | ||
| 2027 | @node Syntax | 2028 | @node Syntax |
| 2028 | @section The Syntax Table | 2029 | @section The Syntax Table |