aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-05-08 05:16:29 +0000
committerRichard M. Stallman2006-05-08 05:16:29 +0000
commita995a779fc06af53a4eb340b2c5c4f826c17723d (patch)
tree065ee1a7ba3093f8e51be4bbc678b46ee49ece82
parented7e6c32a8c9a60540578634e35949d22e426bc8 (diff)
downloademacs-a995a779fc06af53a4eb340b2c5c4f826c17723d.tar.gz
emacs-a995a779fc06af53a4eb340b2c5c4f826c17723d.zip
(Disabling): Textual cleanups.
-rw-r--r--man/custom.texi13
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
1981before it can be executed. The purpose of disabling a command is to 1981confirmation from the user. The purpose of disabling a command is to
1982prevent users from executing it by accident and being confused. 1982prevent users from executing it by accident; we do this for commands
1983that 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
1985displays a window containing the command's name, its documentation, 1986displays a window containing the command's name, its documentation,
1986and some instructions on what to do immediately; then Emacs asks for 1987and some instructions on what to do immediately; then Emacs asks for
1987input saying whether to execute the command as requested, enable it 1988input 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
2023invoke it; disabling also applies if the command is invoked using 2024invoke 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
2025function from Lisp programs. 2026as a function from Lisp programs.
2026 2027
2027@node Syntax 2028@node Syntax
2028@section The Syntax Table 2029@section The Syntax Table