diff options
| author | Rüdiger Sonderfeld | 2014-06-03 11:06:18 +0200 |
|---|---|---|
| committer | Rüdiger Sonderfeld | 2014-06-03 11:06:18 +0200 |
| commit | 5830a2929414675f29542ba71a88ade4e55d2a6b (patch) | |
| tree | 2e832c269da0329b74f36ce7dc36775de8efd24f | |
| parent | 89b362029282eff2b709e3a64e8e4ec3bc673676 (diff) | |
| download | emacs-5830a2929414675f29542ba71a88ade4e55d2a6b.tar.gz emacs-5830a2929414675f29542ba71a88ade4e55d2a6b.zip | |
register.el: Add link to Emacs manual in Commentary.
| -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 | ||