comparison man/custom.texi @ 70516:767616c80562

(Disabling): Textual cleanups.
author Richard M. Stallman <rms@gnu.org>
date Mon, 08 May 2006 05:16:29 +0000
parents e41cc24662e3
children 9853d364d09d 146cd8369025
comparison
equal deleted inserted replaced
70515:9e3f440412e8 70516:767616c80562
1975 1975
1976 @node Disabling 1976 @node Disabling
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 1983 that might be confusing to the uninitiated.
1984 An attempt to invoke a disabled command interactively in Emacs 1984
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
1988 and execute it, or cancel. If you decide to enable the command, you 1989 and execute it, or cancel. If you decide to enable the command, you
1989 must then answer another question---whether to do this permanently, or 1990 must then answer another question---whether to do this permanently, or
2019 @file{~/.emacs} init file. Doing so could lose information 2020 @file{~/.emacs} init file. Doing so could lose information
2020 because Emacs has not read your init file. 2021 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
2029 @cindex syntax table 2030 @cindex syntax table
2030 2031