emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r107477: * src/buffer.c (buffer-list-


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107477: * src/buffer.c (buffer-list-update-hook): Doc fix.
Date: Thu, 01 Mar 2012 21:57:19 -0500
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107477
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2012-03-01 21:57:19 -0500
message:
  * src/buffer.c (buffer-list-update-hook): Doc fix.
modified:
  src/ChangeLog
  src/buffer.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-02-29 17:50:24 +0000
+++ b/src/ChangeLog     2012-03-02 02:57:19 +0000
@@ -1,3 +1,7 @@
+2012-03-02  Glenn Morris  <address@hidden>
+
+       * buffer.c (buffer-list-update-hook): Doc fix.
+
 2012-02-29  Eli Zaretskii  <address@hidden>
 
        * xdisp.c (get_overlay_strings_1): Under bidi redisplay, call

=== modified file 'src/buffer.c'
--- a/src/buffer.c      2012-02-21 13:24:48 +0000
+++ b/src/buffer.c      2012-03-02 02:57:19 +0000
@@ -1,6 +1,6 @@
 /* Buffer manipulation primitives for GNU Emacs.
 
-Copyright (C) 1985-1989, 1993-1995, 1997-2012  Free Software Foundation, Inc.
+Copyright (C) 1985-1989, 1993-1995, 1997-2012 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -1717,7 +1717,7 @@
 /* Move BUFFER to the end of the buffer (a)lists.  Do nothing if the
    buffer is killed.  For the selected frame's buffer list this moves
    BUFFER to its end even if it was never shown in that frame.  If
-   this happens we have a feature, hence `unrecord-buffer' should be
+   this happens we have a feature, hence `bury-buffer-internal' should be
    called only when BUFFER was shown in the selected frame.  */
 
 DEFUN ("bury-buffer-internal", Fbury_buffer_internal, Sbury_buffer_internal,
@@ -5996,7 +5996,7 @@
               doc: /* Hook run when the buffer list changes.
 Functions running this hook are `get-buffer-create',
 `make-indirect-buffer', `rename-buffer', `kill-buffer',
-`record-buffer' and `unrecord-buffer'.  */);
+and `bury-buffer-internal'.  */);
   Vbuffer_list_update_hook = Qnil;
   DEFSYM (Qbuffer_list_update_hook, "buffer-list-update-hook");
 


reply via email to

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