]> code.delx.au - gnu-emacs/blobdiff - man/custom.texi
(display_tool_bar_line): Skip glyphs which are too big
[gnu-emacs] / man / custom.texi
index 35c9222628c8db974fba3af7a5d747351e1b344a..fc9fb51c0d6f85daa71501f363b0cb729ecc4b48 100644 (file)
@@ -1977,11 +1977,12 @@ usual to do so.
 @subsection Disabling Commands
 @cindex disabled command
 
-  Disabling a command menas it requires confirmation before it can be
-executed.  The purpose of disabling a command is to prevent users from
-executing it by accident and being confused.
+  Disabling a command means that invoking it interactively asks for
+confirmation from the user.  The purpose of disabling a command is to
+prevent users from executing it by accident; we do this for commands
+that might be confusing to the uninitiated.
 
-  An attempt to invoke a disabled command interactively in Emacs
+  Attempting to invoke a disabled command interactively in Emacs
 displays a window containing the command's name, its documentation,
 and some instructions on what to do immediately; then Emacs asks for
 input saying whether to execute the command as requested, enable it
@@ -2021,8 +2022,8 @@ because Emacs has not read your init file.
 
   Whether a command is disabled is independent of what key is used to
 invoke it; disabling also applies if the command is invoked using
-@kbd{M-x}.  Disabling a command has no effect on calling it as a
-function from Lisp programs.
+@kbd{M-x}.  However, disabling a command has no effect on calling it
+as a function from Lisp programs.
 
 @node Syntax
 @section The Syntax Table
@@ -2110,10 +2111,10 @@ for more information about compiling Emacs Lisp programs.
 
   If you are going to write actual Emacs Lisp programs that go beyond
 minor customization, you should read the @cite{Emacs Lisp Reference Manual}.
-@ifinfo
+@ifnottex
 @xref{Top, Emacs Lisp, Emacs Lisp, elisp, the Emacs Lisp Reference
 Manual}.
-@end ifinfo
+@end ifnottex
 
 @menu
 * Init Syntax::                Syntax of constants in Emacs Lisp.