emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/anti.texi


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/man/anti.texi
Date: Wed, 25 Jan 2006 23:25:42 +0000

Index: emacs/man/anti.texi
diff -u emacs/man/anti.texi:1.32 emacs/man/anti.texi:1.33
--- emacs/man/anti.texi:1.32    Sun Oct 30 03:56:16 2005
+++ emacs/man/anti.texi Wed Jan 25 23:25:42 2006
@@ -34,9 +34,9 @@
 onto an Emacs window, nothing will happen.
 
 @item
-On an xterm, Emacs provides a more convincing simulation of a text
-terminal by not responding to mouse-clicks on the mode-line,
-header-line, or display margin.
+On an xterm, even if you enable Xterm Mouse mode, Emacs provides a
+more convincing simulation of a text terminal by not responding to
+mouse clicks on the mode line, header line, or display margin.
 
 @item
 For simplicity, windows always have fringes.  We wouldn't want to
@@ -88,8 +88,8 @@
 the @code{setenv} command does not expand @samp{$} at all.
 
 @item
-Emacs will not query you if a command accumulates too much undo
-information.  If Emacs runs out of memory as a result, it will handle
+If a single command accumulates too much undo information, Emacs never
+discards it.  If Emacs runs out of memory as a result, it will handle
 this by crashing.
 
 @item
@@ -131,9 +131,7 @@
 equivalent to typing them once.  @kbd{M-h} ignores numeric arguments.
 
 @item
-If you want to repeat a jump to a previous mark, you should supply the
-prefix argument explicitly.  So, instead of typing @kbd{C-u C-SPC
-C-SPC C-SPC}, type @kbd{C-u C-SPC C-u C-SPC C-u C-SPC}.
+The user option @code{set-mark-command-repeat-pop} has been removed.
 
 @item
 @address@hidden address@hidden has no special meaning--it just sets the
@@ -261,7 +259,8 @@
 The Kmacro package has been replaced with a simple and elegant
 keyboard macro system.  Use @kbd{C-x (} to start a new keyboard macro,
 @kbd{C-x )} to end the macro, and @kbd{C-x e} to execute the last
-macro.
+macro.  Use @kbd{M-x name-last-kbd-macro} to name the most recently
+defined macro.
 
 @item
 The Calc, CUA, GDB-UI, Ibuffer, Ido, Password, Printing, Reveal,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]