diff options
| author | Lars Hansen | 2004-05-07 19:41:11 +0000 |
|---|---|---|
| committer | Lars Hansen | 2004-05-07 19:41:11 +0000 |
| commit | 9bcabb45f768dd93913642239b13bda290e5942d (patch) | |
| tree | 1e0844623f01bfc299bdb6b891927d4027c1b7db | |
| parent | c23832791ab4cd8547361597e3c37f43080d8fc4 (diff) | |
| download | emacs-9bcabb45f768dd93913642239b13bda290e5942d.tar.gz emacs-9bcabb45f768dd93913642239b13bda290e5942d.zip | |
(desktop-buffer-mode-handlers): Fix docstring.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/desktop.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1a2fb2529d2..bc1b996c817 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,6 +2,10 @@ | |||
| 2 | 2 | ||
| 3 | * desktop.el (desktop-buffer-mode-handlers): Fix docstring. | 3 | * desktop.el (desktop-buffer-mode-handlers): Fix docstring. |
| 4 | 4 | ||
| 5 | 2004-05-07 Lars Hansen <larsh@math.ku.dk> | ||
| 6 | |||
| 7 | * desktop.el (desktop-buffer-mode-handlers): Fix docstring. | ||
| 8 | |||
| 5 | 2004-05-07 Juanma Barranquero <lektu@terra.es> | 9 | 2004-05-07 Juanma Barranquero <lektu@terra.es> |
| 6 | 10 | ||
| 7 | * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable): | 11 | * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable): |
diff --git a/lisp/desktop.el b/lisp/desktop.el index b4600aa8c5b..a21d132e03b 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el | |||
| @@ -296,7 +296,7 @@ handler `desktop-restore-file-buffer'. | |||
| 296 | 296 | ||
| 297 | Handlers are called with argument list | 297 | Handlers are called with argument list |
| 298 | 298 | ||
| 299 | (BUFFER-FILE-NAME BUFFER-NAME DESKTOP-BUFFER-MISC) | 299 | (DESKTOP-BUFFER-FILE-NAME DESKTOP-BUFFER-NAME DESKTOP-BUFFER-MISC) |
| 300 | 300 | ||
| 301 | Furthermore, they may use the following variables: | 301 | Furthermore, they may use the following variables: |
| 302 | 302 | ||