aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-06-20 10:49:29 +0000
committerRichard M. Stallman2001-06-20 10:49:29 +0000
commitc4a9bc8e6d6939b31e6c23b311faa7d7f7cbb020 (patch)
tree8e84d585b74d45c73186a766611a750a53209536
parentac41be63eece3f125db148bc1bc4d539272c152d (diff)
downloademacs-c4a9bc8e6d6939b31e6c23b311faa7d7f7cbb020.tar.gz
emacs-c4a9bc8e6d6939b31e6c23b311faa7d7f7cbb020.zip
Minor wording change.
-rw-r--r--man/emacs.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/emacs.texi b/man/emacs.texi
index 7cf75636b92..208099753ae 100644
--- a/man/emacs.texi
+++ b/man/emacs.texi
@@ -1388,7 +1388,7 @@ system, which means that it is divided into many functions that call
1388each other, any of which can be redefined in the middle of an editing 1388each other, any of which can be redefined in the middle of an editing
1389session. Almost any part of Emacs can be replaced without making a 1389session. Almost any part of Emacs can be replaced without making a
1390separate copy of all of Emacs. Most of the editing commands of Emacs 1390separate copy of all of Emacs. Most of the editing commands of Emacs
1391are written in Lisp already; the few exceptions could have been written 1391are written in Lisp; the few exceptions could have been written
1392in Lisp but are written in C for efficiency. Although only a programmer 1392in Lisp but are written in C for efficiency. Although only a programmer
1393can write an extension, anybody can use it afterward. If you want to 1393can write an extension, anybody can use it afterward. If you want to
1394learn Emacs Lisp programming, we recommend the @cite{Introduction to 1394learn Emacs Lisp programming, we recommend the @cite{Introduction to