aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Hansen2004-05-07 19:41:11 +0000
committerLars Hansen2004-05-07 19:41:11 +0000
commit9bcabb45f768dd93913642239b13bda290e5942d (patch)
tree1e0844623f01bfc299bdb6b891927d4027c1b7db
parentc23832791ab4cd8547361597e3c37f43080d8fc4 (diff)
downloademacs-9bcabb45f768dd93913642239b13bda290e5942d.tar.gz
emacs-9bcabb45f768dd93913642239b13bda290e5942d.zip
(desktop-buffer-mode-handlers): Fix docstring.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/desktop.el2
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
52004-05-07 Lars Hansen <larsh@math.ku.dk>
6
7 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
8
52004-05-07 Juanma Barranquero <lektu@terra.es> 92004-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
297Handlers are called with argument list 297Handlers 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
301Furthermore, they may use the following variables: 301Furthermore, they may use the following variables:
302 302