aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/bytecomp.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index f689ae39eff..5c8d20f3da7 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -137,7 +137,7 @@
137;;; is evaluated at compile-time. When it appears at top-level, this 137;;; is evaluated at compile-time. When it appears at top-level, this
138;;; is analogous to the Common Lisp idiom (eval-when (compile) ...). 138;;; is analogous to the Common Lisp idiom (eval-when (compile) ...).
139;;; When it does not appear at top-level, it is similar to the 139;;; When it does not appear at top-level, it is similar to the
140;;; Common Lisp #. reader macro (but not in interpreted code.) 140;;; Common Lisp #. reader macro (but not in interpreted code).
141;;; 141;;;
142;;; o The form `eval-and-compile' is similar to eval-when-compile, but 142;;; o The form `eval-and-compile' is similar to eval-when-compile, but
143;;; the whole form is evalled both at compile-time and at run-time. 143;;; the whole form is evalled both at compile-time and at run-time.
@@ -305,7 +305,7 @@ which the byte-code interpreter knows about directly (eq, cons, etc.) are
305not reported. 305not reported.
306 306
307The call tree also lists those functions which are not known to be called 307The call tree also lists those functions which are not known to be called
308\(that is, to which no calls have been compiled.) Functions which can be 308\(that is, to which no calls have been compiled). Functions which can be
309invoked interactively are excluded from this list.") 309invoked interactively are excluded from this list.")
310 310
311(defconst byte-compile-call-tree nil "Alist of functions and their call tree. 311(defconst byte-compile-call-tree nil "Alist of functions and their call tree.
@@ -3212,7 +3212,7 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'."
3212(make-obsolete-variable 'temp-buffer-show-hook 3212(make-obsolete-variable 'temp-buffer-show-hook
3213 'temp-buffer-show-function) 3213 'temp-buffer-show-function)
3214(make-obsolete-variable 'inhibit-local-variables 3214(make-obsolete-variable 'inhibit-local-variables
3215 "use enable-local-variables (with the reversed sense.)") 3215 "use enable-local-variables (with the reversed sense).")
3216(make-obsolete-variable 'unread-command-char 3216(make-obsolete-variable 'unread-command-char
3217 "use unread-command-events instead. That variable is a list of events to reread, so it now uses nil to mean `no event', instead of -1.") 3217 "use unread-command-events instead. That variable is a list of events to reread, so it now uses nil to mean `no event', instead of -1.")
3218(make-obsolete-variable 'unread-command-event 3218(make-obsolete-variable 'unread-command-event