aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2011-12-23 01:30:10 +0200
committerJuri Linkov2011-12-23 01:30:10 +0200
commitdb7ab02fe1ddf4ba6a5d523c4462afdb3fd11dc5 (patch)
tree276fc090c4c2a30d9ea9e984c4139b92556a1417
parent1c4757d6962cf08eb30cc7675557ff38507f58a8 (diff)
downloademacs-db7ab02fe1ddf4ba6a5d523c4462afdb3fd11dc5.tar.gz
emacs-db7ab02fe1ddf4ba6a5d523c4462afdb3fd11dc5.zip
Small doc fixes.
-rw-r--r--doc/lispref/modes.texi2
-rw-r--r--etc/NEWS2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
index 9d652901e53..fcb7c772936 100644
--- a/doc/lispref/modes.texi
+++ b/doc/lispref/modes.texi
@@ -701,7 +701,7 @@ init file.)
701@cindex help for major mode 701@cindex help for major mode
702@cindex documentation for major mode 702@cindex documentation for major mode
703 703
704 The @code{describe-mode} function is provides information about major 704 The @code{describe-mode} function provides information about major
705modes. It is normally bound to @kbd{C-h m}. It uses the value of the 705modes. It is normally bound to @kbd{C-h m}. It uses the value of the
706variable @code{major-mode} (@pxref{Major Modes}), which is why every 706variable @code{major-mode} (@pxref{Major Modes}), which is why every
707major mode command needs to set that variable. 707major mode command needs to set that variable.
diff --git a/etc/NEWS b/etc/NEWS
index 95d47de5bba..5e274f987e5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -548,7 +548,7 @@ the lines in the current rectangle. With a prefix argument, this
548prompts for a number to count from and for a format string. 548prompts for a number to count from and for a format string.
549 549
550+++ 550+++
551** The default value of redisplay-dont-change is now t 551** The default value of redisplay-dont-pause is now t
552This makes Emacs feel more responsive to editing commands that arrive 552This makes Emacs feel more responsive to editing commands that arrive
553at high rate, e.g. if you lean on some key, because stopping redisplay 553at high rate, e.g. if you lean on some key, because stopping redisplay
554in the middle (when this variable is nil) forces more expensive 554in the middle (when this variable is nil) forces more expensive