emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100590: Fix bug #6409.


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100590: Fix bug #6409.
Date: Sat, 12 Jun 2010 14:30:48 +0300
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100590
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2010-06-12 14:30:48 +0300
message:
  Fix bug #6409.
  
   window.c (syms_of_window): Doc fix (bug#6409).
modified:
  src/ChangeLog
  src/window.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-06-12 10:58:54 +0000
+++ b/src/ChangeLog     2010-06-12 11:30:48 +0000
@@ -1,3 +1,7 @@
+2010-06-12  Eli Zaretskii  <address@hidden>
+
+       * window.c (syms_of_window): Doc fix (bug#6409).
+
 2010-06-12  Romain Francoise  <address@hidden>
 
        * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and

=== modified file 'src/window.c'
--- a/src/window.c      2010-06-07 18:28:02 +0000
+++ b/src/window.c      2010-06-12 11:30:48 +0000
@@ -7290,7 +7290,7 @@
 
   DEFVAR_LISP ("recenter-redisplay", &Vrecenter_redisplay,
               doc: /* If non-nil, then the `recenter' command with a nil 
argument
-the entire frame to be redrawn; the special value `tty' causes the
+will redraw the entire frame; the special value `tty' causes the
 frame to be redrawn only if it is a tty frame.  */);
   Vrecenter_redisplay = Qtty;
 


reply via email to

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