diff options
| author | Jesper Harder | 2004-04-27 15:13:04 +0000 |
|---|---|---|
| committer | Jesper Harder | 2004-04-27 15:13:04 +0000 |
| commit | e23390fa015f523cba25fa4d952d7bee8c6c533f (patch) | |
| tree | 37c3cf3b2ddb3aed6a8e5c80fa19f424d0889b1d | |
| parent | 5242942fe797bccdd81a4a235e370136c7b61ba2 (diff) | |
| download | emacs-e23390fa015f523cba25fa4d952d7bee8c6c533f.tar.gz emacs-e23390fa015f523cba25fa4d952d7bee8c6c533f.zip | |
lisp -> Lisp.
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | man/autotype.texi | 8 | ||||
| -rw-r--r-- | man/dired-x.texi | 10 | ||||
| -rw-r--r-- | man/faq.texi | 2 | ||||
| -rw-r--r-- | man/viper.texi | 6 |
5 files changed, 17 insertions, 13 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index b8bcd4129ac..f8fd73368f9 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-04-27 Jesper Harder <harder@ifa.au.dk> | ||
| 2 | |||
| 3 | * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp. | ||
| 4 | |||
| 1 | 2004-04-23 Juanma Barranquero <lektu@terra.es> | 5 | 2004-04-23 Juanma Barranquero <lektu@terra.es> |
| 2 | 6 | ||
| 3 | * makefile.w32-in: Add "-*- makefile -*-" mode tag. | 7 | * makefile.w32-in: Add "-*- makefile -*-" mode tag. |
diff --git a/man/autotype.texi b/man/autotype.texi index e7df280f524..5b24f26f2f5 100644 --- a/man/autotype.texi +++ b/man/autotype.texi | |||
| @@ -196,7 +196,7 @@ define an abbreviation (@pxref{(emacs)Defining Abbrevs}) that will expand | |||
| 196 | 196 | ||
| 197 | Say you want @samp{ifst} to be an abbreviation for the C language if | 197 | Say you want @samp{ifst} to be an abbreviation for the C language if |
| 198 | statement. You will tell Emacs that @samp{ifst} expands to the empty string | 198 | statement. You will tell Emacs that @samp{ifst} expands to the empty string |
| 199 | and then calls the skeleton command. In Emacs-lisp you can say something like | 199 | and then calls the skeleton command. In Emacs Lisp you can say something like |
| 200 | @code{(define-abbrev c-mode-abbrev-table "ifst" "" 'c-if)}. Or you can edit | 200 | @code{(define-abbrev c-mode-abbrev-table "ifst" "" 'c-if)}. Or you can edit |
| 201 | the output from @kbd{M-x list-abbrevs} to make it look like this: | 201 | the output from @kbd{M-x list-abbrevs} to make it look like this: |
| 202 | 202 | ||
| @@ -263,7 +263,7 @@ copy of this variable. | |||
| 263 | @item @code{v1}, @code{v2} | 263 | @item @code{v1}, @code{v2} |
| 264 | Skeleton-local user variables. | 264 | Skeleton-local user variables. |
| 265 | @item @code{'@var{expression}} | 265 | @item @code{'@var{expression}} |
| 266 | Evaluate following lisp expression for its side-effect, but prevent it from | 266 | Evaluate following Lisp expression for its side-effect, but prevent it from |
| 267 | being interpreted as a skeleton element. | 267 | being interpreted as a skeleton element. |
| 268 | @item @var{skeleton} | 268 | @item @var{skeleton} |
| 269 | Subskeletons are inserted recursively, not once, but as often as the user | 269 | Subskeletons are inserted recursively, not once, but as often as the user |
| @@ -605,9 +605,9 @@ formatting or define special points of interest in the inserted text. | |||
| 605 | @kbd{M-x tempo-backward-mark} and @kbd{M-x tempo-forward-mark} can be | 605 | @kbd{M-x tempo-backward-mark} and @kbd{M-x tempo-forward-mark} can be |
| 606 | used to jump between such points. | 606 | used to jump between such points. |
| 607 | 607 | ||
| 608 | More flexible templates can be created by including lisp symbols, which | 608 | More flexible templates can be created by including Lisp symbols, which |
| 609 | will be evaluated as variables, or lists, which will be evaluated | 609 | will be evaluated as variables, or lists, which will be evaluated |
| 610 | as lisp expressions. Automatic completion of specified tags to expanded | 610 | as Lisp expressions. Automatic completion of specified tags to expanded |
| 611 | templates can be provided. | 611 | templates can be provided. |
| 612 | 612 | ||
| 613 | @findex tempo-define-template | 613 | @findex tempo-define-template |
diff --git a/man/dired-x.texi b/man/dired-x.texi index ad7711d10ae..f8ea6e82edb 100644 --- a/man/dired-x.texi +++ b/man/dired-x.texi | |||
| @@ -696,7 +696,7 @@ Each element of the alist looks like | |||
| 696 | @end example | 696 | @end example |
| 697 | 697 | ||
| 698 | @noindent | 698 | @noindent |
| 699 | where each @var{command} can either be a string or a lisp expression | 699 | where each @var{command} can either be a string or a Lisp expression |
| 700 | that evaluates to a string. If several commands are given, all of | 700 | that evaluates to a string. If several commands are given, all of |
| 701 | them will temporarily be pushed onto the history. | 701 | them will temporarily be pushed onto the history. |
| 702 | 702 | ||
| @@ -927,11 +927,11 @@ List of extensions of dispensable files created by Bib@TeX{}. | |||
| 927 | @kindex M-( | 927 | @kindex M-( |
| 928 | @findex dired-mark-sexp | 928 | @findex dired-mark-sexp |
| 929 | @cindex Lisp expression, marking files with in Dired | 929 | @cindex Lisp expression, marking files with in Dired |
| 930 | @cindex Mark file by lisp expression | 930 | @cindex Mark file by Lisp expression |
| 931 | (@code{dired-mark-sexp}) Mark files for which @var{predicate} returns | 931 | (@code{dired-mark-sexp}) Mark files for which @var{predicate} returns |
| 932 | non-@code{nil}. With a prefix argument, unflag those files instead. | 932 | non-@code{nil}. With a prefix argument, unflag those files instead. |
| 933 | 933 | ||
| 934 | The @var{predicate} is a lisp expression that can refer to the following | 934 | The @var{predicate} is a Lisp expression that can refer to the following |
| 935 | symbols: | 935 | symbols: |
| 936 | @table @code | 936 | @table @code |
| 937 | @item inode | 937 | @item inode |
| @@ -965,7 +965,7 @@ For example, use | |||
| 965 | @end example | 965 | @end example |
| 966 | to mark all zero length files. | 966 | to mark all zero length files. |
| 967 | 967 | ||
| 968 | To find out all not yet compiled Emacs lisp files in a directory, Dired | 968 | To find out all not yet compiled Emacs Lisp files in a directory, Dired |
| 969 | all @file{.el} files in the lisp directory using the wildcard | 969 | all @file{.el} files in the lisp directory using the wildcard |
| 970 | @samp{*.el}. Then use @kbd{M-(} with | 970 | @samp{*.el}. Then use @kbd{M-(} with |
| 971 | @example | 971 | @example |
| @@ -998,7 +998,7 @@ directory in special major modes: | |||
| 998 | Default: @code{((dired-mode . (dired-current-directory)))} | 998 | Default: @code{((dired-mode . (dired-current-directory)))} |
| 999 | 999 | ||
| 1000 | Alist of major modes and their notion of @code{default-directory}, as a | 1000 | Alist of major modes and their notion of @code{default-directory}, as a |
| 1001 | lisp expression to evaluate. A resulting value of @code{nil} is ignored | 1001 | Lisp expression to evaluate. A resulting value of @code{nil} is ignored |
| 1002 | in favor of @code{default-directory}. | 1002 | in favor of @code{default-directory}. |
| 1003 | 1003 | ||
| 1004 | @item default-directory | 1004 | @item default-directory |
diff --git a/man/faq.texi b/man/faq.texi index 6894918079e..7c13dc16e7b 100644 --- a/man/faq.texi +++ b/man/faq.texi | |||
| @@ -3542,7 +3542,7 @@ see @ref{Packages that do not come with Emacs}. | |||
| 3542 | @uref{http://www.anc.ed.ac.uk/~stephen/emacs/ell.html, The Emacs Lisp | 3542 | @uref{http://www.anc.ed.ac.uk/~stephen/emacs/ell.html, The Emacs Lisp |
| 3543 | List (ELL)}, maintained by @email{stephen@@anc.ed.ac.uk, Stephen Eglen}, | 3543 | List (ELL)}, maintained by @email{stephen@@anc.ed.ac.uk, Stephen Eglen}, |
| 3544 | aims to provide one compact list with links to all of the current Emacs | 3544 | aims to provide one compact list with links to all of the current Emacs |
| 3545 | lisp files on the internet. The ELL can be browsed over the web, or | 3545 | Lisp files on the internet. The ELL can be browsed over the web, or |
| 3546 | from Emacs with @uref{http://www.anc.ed.ac.uk/~stephen/emacs/ell.el, | 3546 | from Emacs with @uref{http://www.anc.ed.ac.uk/~stephen/emacs/ell.el, |
| 3547 | the @file{ell} package}. | 3547 | the @file{ell} package}. |
| 3548 | 3548 | ||
diff --git a/man/viper.texi b/man/viper.texi index a31ce9a003d..5d4329730dc 100644 --- a/man/viper.texi +++ b/man/viper.texi | |||
| @@ -314,8 +314,8 @@ x}. Viper uses @key{ESC} to switch from Insert state to Vi state. Therefore | |||
| 314 | Viper defines @kbd{C-\} as its Meta key in Vi state. @xref{Vi State}, for | 314 | Viper defines @kbd{C-\} as its Meta key in Vi state. @xref{Vi State}, for |
| 315 | more info.@refill | 315 | more info.@refill |
| 316 | 316 | ||
| 317 | Emacs is structured as a lisp interpreter around a C core. Emacs keys | 317 | Emacs is structured as a Lisp interpreter around a C core. Emacs keys |
| 318 | cause lisp functions to be called. It is possible to call these | 318 | cause Lisp functions to be called. It is possible to call these |
| 319 | functions directly, by typing @kbd{M-x function-name}. | 319 | functions directly, by typing @kbd{M-x function-name}. |
| 320 | 320 | ||
| 321 | @node Loading Viper, States in Viper, Emacs Preliminaries, Overview | 321 | @node Loading Viper, States in Viper, Emacs Preliminaries, Overview |
| @@ -2066,7 +2066,7 @@ To customize the binding for @kbd{C-h} in Insert state: | |||
| 2066 | @end example | 2066 | @end example |
| 2067 | @noindent | 2067 | @noindent |
| 2068 | 2068 | ||
| 2069 | Each Emacs command key calls some lisp function. If you have enabled the | 2069 | Each Emacs command key calls some Lisp function. If you have enabled the |
| 2070 | Help, (@pxref{Rudimentary Changes}) @kbd{C-h k} will show you the function | 2070 | Help, (@pxref{Rudimentary Changes}) @kbd{C-h k} will show you the function |
| 2071 | for each specific key; @kbd{C-h b} will show all bindings, and @kbd{C-h m} | 2071 | for each specific key; @kbd{C-h b} will show all bindings, and @kbd{C-h m} |
| 2072 | will provide information on the major mode in effect. If Help is not | 2072 | will provide information on the major mode in effect. If Help is not |