]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Mention new feature of register commands.
authorLeo Liu <sdl.web@gmail.com>
Mon, 7 Oct 2013 03:34:26 +0000 (11:34 +0800)
committerLeo Liu <sdl.web@gmail.com>
Mon, 7 Oct 2013 03:34:26 +0000 (11:34 +0800)
etc/ChangeLog
etc/NEWS
lisp/register.el

index 49765c5c87342a4e971643d2f24ce13d5fbc2884..bb601d1e8ac6b62be27cf1b206a8971cef714e5b 100644 (file)
@@ -1,3 +1,7 @@
+2013-10-07  Leo Liu  <sdl.web@gmail.com>
+
+       * NEWS: Mention new feature of register commands.
+
 2013-10-02  Fabrice Niessen  <fni@missioncriticalit.com>
 
        * themes/leuven-theme.el: Add Commentary and some headers, update
index 4539f5f00d1cf2237cccc7b42c70bad02293cb99..560c54c0f8365309b4d8bff6f199ce36c12da89b 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -181,6 +181,8 @@ visual order of characters on the screen: <left> always moves to the
 left, <right> always moves to the right, disregarding the surrounding
 bidirectional context.
 
+** All register commands can now show help with preview.
+
 ** New command `kmacro-to-register' to store keyboard macros in registers.
 
 ** Shell Script mode
index a44218fa135b7dbd66d78c07d2a0ad0135c16028..88b309b2d89e2d00302e92f2e08d7dbc82aa7f0e 100644 (file)
@@ -123,8 +123,6 @@ See the documentation of the variable `register-alist' for possible VALUEs."
 If SHOW-EMPTY is non-nil show the window even if no registers."
   (when (or show-empty (consp register-alist))
     (let ((split-height-threshold 0))
-      ;; XXX: why with-temp-buffer-window always pops up the temp
-      ;; window even if one already shown?
       (with-temp-buffer-window
        buffer
        (cons 'display-buffer-below-selected