From afcdd7bd284aa9fe8ab4bbf9783750b31bca612d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 14 Mar 2002 09:02:11 +0000 Subject: [PATCH] Syntax fix around @ref. --- lisp/ChangeLog | 22 +++++++++++++++++++++- man/mule.texi | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index de200496b4c..95d09c5f392 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,24 @@ +2002-03-14 Richard M. Stallman + + * textmodes/picture.el (picture-insert) + (picture-clear-column, picture-draw-rectangle): + Use move-to-column, not move-to-column-force. + + * dired.el (dired-readin): Clear out undo list. + (dired-fun-in-all-buffers): Definition moved from dired-aux.el. + (dired-delete-entry): New function. + (dired-internal-do-deletions): Use dired-fun-in-all-buffers + and dired-delete-entry, to update this buffer (and others). + + * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el. + + * facemenu.el (facemenu-add-new-face): + Pass region args to facemenu-set-face, when there is a region. + (facemenu-set-foreground, facemenu-set-background) + (facemenu-add-face): Doc fixes. + + * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up. + 2002-03-14 Miles Bader * net/rlogin.el (rlogin-carriage-filter): Function removed. @@ -203,7 +224,6 @@ 2002-03-05 ShengHuo ZHU * xml.el (xml-parse-attlist): Accept empty strings. - From Max Froumentin . 2002-03-05 Eli Zaretskii diff --git a/man/mule.texi b/man/mule.texi index c559795381a..987c8cf2557 100644 --- a/man/mule.texi +++ b/man/mule.texi @@ -77,7 +77,7 @@ will accept those characters. Latin-1 characters can also be input by using the @kbd{C-x 8} prefix, see @ref{Single-Byte Character Support, C-x 8}. On X Window systems, your locale should be set to an appropriate value to make sure Emacs interprets keyboard input -correctly, see @ref{Language Environments, locales}. +correctly; see @ref{Language Environments, locales}. @end itemize The rest of this chapter describes these issues in detail. -- 2.39.2