1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

Syntax fix around @ref.

This commit is contained in:
Richard M. Stallman 2002-03-14 09:02:11 +00:00
parent 996d82f827
commit afcdd7bd28
2 changed files with 22 additions and 2 deletions

View File

@ -1,3 +1,24 @@
2002-03-14 Richard M. Stallman <rms@gnu.org>
* 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 <miles@gnu.org>
* net/rlogin.el (rlogin-carriage-filter): Function removed.
@ -203,7 +224,6 @@
2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
* xml.el (xml-parse-attlist): Accept empty strings.
From Max Froumentin <mf@w3.org>.
2002-03-05 Eli Zaretskii <eliz@is.elta.co.il>

View File

@ -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.