Mercurial > emacs
changeset 66145:9d237c376071
(Mode Hooks, Defining Minor Modes):
Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 17 Oct 2005 06:48:00 +0000 |
parents | d14adceeb897 |
children | 51a739582477 |
files | lispref/modes.texi |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/modes.texi Mon Oct 17 06:47:26 2005 +0000 +++ b/lispref/modes.texi Mon Oct 17 06:48:00 2005 +0000 @@ -1154,7 +1154,7 @@ @var{hookvars}. @end defun -@defmac delay-mode-hooks body... +@defmac delay-mode-hooks body@dots{} This macro executes @var{body} like @code{progn}, but all calls to @code{run-mode-hooks} inside @var{body} delay running their hooks. They will be run by the first call to @code{run-mode-hooks} after exit @@ -1364,7 +1364,7 @@ The macro @code{define-minor-mode} offers a convenient way of implementing a mode in one self-contained definition. -@defmac define-minor-mode mode doc [init-value [lighter [keymap]]] keyword-args... body... +@defmac define-minor-mode mode doc [init-value [lighter [keymap]]] keyword-args@dots{} body@dots{} @tindex define-minor-mode This macro defines a new minor mode whose name is @var{mode} (a symbol). It defines a command named @var{mode} to toggle the minor @@ -1492,7 +1492,7 @@ :group 'hunger) @end smallexample -@defmac define-global-minor-mode global-mode mode turn-on keyword-args... +@defmac define-global-minor-mode global-mode mode turn-on keyword-args@dots{} This defines a global minor mode named @var{global-mode} whose meaning is to enable the buffer-local minor mode @var{mode} in every buffer. To turn on the minor mode in a buffer, it uses the function