diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/register.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9e1ccce988d..90cfedceb85 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-06-03 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de> | ||
| 2 | |||
| 3 | * register.el: Add link to Emacs manual in Commentary. | ||
| 4 | |||
| 1 | 2014-06-02 Sam Steingold <sds@gnu.org> | 5 | 2014-06-02 Sam Steingold <sds@gnu.org> |
| 2 | 6 | ||
| 3 | * menu-bar.el (lookup-key-ignore-too-long): Extract from... | 7 | * menu-bar.el (lookup-key-ignore-too-long): Extract from... |
diff --git a/lisp/register.el b/lisp/register.el index 6a5792caf1e..eb3c71afece 100644 --- a/lisp/register.el +++ b/lisp/register.el | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | ;; This package of functions emulates and somewhat extends the venerable | 27 | ;; This package of functions emulates and somewhat extends the venerable |
| 28 | ;; TECO's `register' feature, which permits you to save various useful | 28 | ;; TECO's `register' feature, which permits you to save various useful |
| 29 | ;; pieces of buffer state to named variables. The entry points are | 29 | ;; pieces of buffer state to named variables. The entry points are |
| 30 | ;; documented in the Emacs user's manual. | 30 | ;; documented in the Emacs user's manual: (info "(emacs) Registers"). |
| 31 | 31 | ||
| 32 | (eval-when-compile (require 'cl-lib)) | 32 | (eval-when-compile (require 'cl-lib)) |
| 33 | 33 | ||