aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesper Harder2004-04-27 15:13:04 +0000
committerJesper Harder2004-04-27 15:13:04 +0000
commite23390fa015f523cba25fa4d952d7bee8c6c533f (patch)
tree37c3cf3b2ddb3aed6a8e5c80fa19f424d0889b1d
parent5242942fe797bccdd81a4a235e370136c7b61ba2 (diff)
downloademacs-e23390fa015f523cba25fa4d952d7bee8c6c533f.tar.gz
emacs-e23390fa015f523cba25fa4d952d7bee8c6c533f.zip
lisp -> Lisp.
-rw-r--r--man/ChangeLog4
-rw-r--r--man/autotype.texi8
-rw-r--r--man/dired-x.texi10
-rw-r--r--man/faq.texi2
-rw-r--r--man/viper.texi6
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 @@
12004-04-27 Jesper Harder <harder@ifa.au.dk>
2
3 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
4
12004-04-23 Juanma Barranquero <lektu@terra.es> 52004-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
198statement. You will tell Emacs that @samp{ifst} expands to the empty string 198statement. You will tell Emacs that @samp{ifst} expands to the empty string
199and then calls the skeleton command. In Emacs-lisp you can say something like 199and 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
201the output from @kbd{M-x list-abbrevs} to make it look like this: 201the 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}
264Skeleton-local user variables. 264Skeleton-local user variables.
265@item @code{'@var{expression}} 265@item @code{'@var{expression}}
266Evaluate following lisp expression for its side-effect, but prevent it from 266Evaluate following Lisp expression for its side-effect, but prevent it from
267being interpreted as a skeleton element. 267being interpreted as a skeleton element.
268@item @var{skeleton} 268@item @var{skeleton}
269Subskeletons are inserted recursively, not once, but as often as the user 269Subskeletons 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
606used to jump between such points. 606used to jump between such points.
607 607
608More flexible templates can be created by including lisp symbols, which 608More flexible templates can be created by including Lisp symbols, which
609will be evaluated as variables, or lists, which will be evaluated 609will be evaluated as variables, or lists, which will be evaluated
610as lisp expressions. Automatic completion of specified tags to expanded 610as Lisp expressions. Automatic completion of specified tags to expanded
611templates can be provided. 611templates 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
699where each @var{command} can either be a string or a lisp expression 699where each @var{command} can either be a string or a Lisp expression
700that evaluates to a string. If several commands are given, all of 700that evaluates to a string. If several commands are given, all of
701them will temporarily be pushed onto the history. 701them 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
932non-@code{nil}. With a prefix argument, unflag those files instead. 932non-@code{nil}. With a prefix argument, unflag those files instead.
933 933
934The @var{predicate} is a lisp expression that can refer to the following 934The @var{predicate} is a Lisp expression that can refer to the following
935symbols: 935symbols:
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
966to mark all zero length files. 966to mark all zero length files.
967 967
968To find out all not yet compiled Emacs lisp files in a directory, Dired 968To find out all not yet compiled Emacs Lisp files in a directory, Dired
969all @file{.el} files in the lisp directory using the wildcard 969all @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:
998Default: @code{((dired-mode . (dired-current-directory)))} 998Default: @code{((dired-mode . (dired-current-directory)))}
999 999
1000Alist of major modes and their notion of @code{default-directory}, as a 1000Alist of major modes and their notion of @code{default-directory}, as a
1001lisp expression to evaluate. A resulting value of @code{nil} is ignored 1001Lisp expression to evaluate. A resulting value of @code{nil} is ignored
1002in favor of @code{default-directory}. 1002in 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
3543List (ELL)}, maintained by @email{stephen@@anc.ed.ac.uk, Stephen Eglen}, 3543List (ELL)}, maintained by @email{stephen@@anc.ed.ac.uk, Stephen Eglen},
3544aims to provide one compact list with links to all of the current Emacs 3544aims to provide one compact list with links to all of the current Emacs
3545lisp files on the internet. The ELL can be browsed over the web, or 3545Lisp files on the internet. The ELL can be browsed over the web, or
3546from Emacs with @uref{http://www.anc.ed.ac.uk/~stephen/emacs/ell.el, 3546from Emacs with @uref{http://www.anc.ed.ac.uk/~stephen/emacs/ell.el,
3547the @file{ell} package}. 3547the @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
314Viper defines @kbd{C-\} as its Meta key in Vi state. @xref{Vi State}, for 314Viper defines @kbd{C-\} as its Meta key in Vi state. @xref{Vi State}, for
315more info.@refill 315more info.@refill
316 316
317Emacs is structured as a lisp interpreter around a C core. Emacs keys 317Emacs is structured as a Lisp interpreter around a C core. Emacs keys
318cause lisp functions to be called. It is possible to call these 318cause Lisp functions to be called. It is possible to call these
319functions directly, by typing @kbd{M-x function-name}. 319functions 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
2069Each Emacs command key calls some lisp function. If you have enabled the 2069Each Emacs command key calls some Lisp function. If you have enabled the
2070Help, (@pxref{Rudimentary Changes}) @kbd{C-h k} will show you the function 2070Help, (@pxref{Rudimentary Changes}) @kbd{C-h k} will show you the function
2071for each specific key; @kbd{C-h b} will show all bindings, and @kbd{C-h m} 2071for each specific key; @kbd{C-h b} will show all bindings, and @kbd{C-h m}
2072will provide information on the major mode in effect. If Help is not 2072will provide information on the major mode in effect. If Help is not