]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Fri, 21 Jan 2000 02:46:43 +0000 (02:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 21 Jan 2000 02:46:43 +0000 (02:46 +0000)
etc/NEWS
lisp/ChangeLog

index cf9af35d5c7240fe8f4e49df4a7008623316bc54..507572c75e1c1f3a62b1b0221edad1ba6b353a73 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -403,8 +403,8 @@ the buffer whose process should be used from the mini-buffer.
 *** RET is now bound in the Rmail summary to rmail-summary-goto-msg,
 like `j'.
 
-*** There is a new user option `rmail-digest-end-regexp's that can be
-used to specify regular expressions to detect the line that ends a
+*** There is a new user option `rmail-digest-end-regexps' that
+specifies the regular expressions to detect the line that ends a
 digest message.
 
 ** Changes to TeX mode
index dfcc99a2300f4416c9eae707b0ac3dcac83a756c..f33a206476a0f88f106044095f9e1bba3d80a39d 100644 (file)
@@ -1,5 +1,14 @@
 2000-01-20  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
 
+       * emacs-lisp/lisp.el (beginning-of-defun-function):
+       Variable renamed from beginning-of-defun.
+       Do not call make-variable-buffer-local.
+       (beginning-of-defun-raw): Use new variable name; doc fix.
+       (beginning-of-defun): Doc fix.
+       (end-of-defun-function): Variable renamed from end-of-defun.
+       Do not call make-variable-buffer-local.
+       (end-of-defun): Use new variable name; doc fix.
+
        * emacs-lisp/cl-macs.el (dolist, dotimes): Moved to subr.el.
 
        * subr.el (dolist, dotimes): Moved from cl-macs.el.