]> git.eshelyaron.com Git - emacs.git/commitdiff
(desktop-buffer-mode-handlers): Fix docstring.
authorLars Hansen <larsh@soem.dk>
Fri, 7 May 2004 17:58:24 +0000 (17:58 +0000)
committerLars Hansen <larsh@soem.dk>
Fri, 7 May 2004 17:58:24 +0000 (17:58 +0000)
lisp/desktop.el

index ce9d0c9d64571cacab82e875ada39c5ee7715a27..b4600aa8c5b745a303e9dd5a177cf6ef130525e4 100644 (file)
@@ -289,16 +289,14 @@ DESKTOP-BUFFER-MISC.")
   (Info-mode . Info-restore-desktop-buffer))
   "Alist of major mode specific functions to restore a desktop buffer.
 Functions are called by `desktop-read'. List elements must have the form
-\(MAJOR-MODE . FUNCTION).
+\(MAJOR-MODE . RESTORE-BUFFER-FUNCTION).
 
 Buffers with a major mode not specified here, are restored by the default
 handler `desktop-restore-file-buffer'.
 
-Handlers are called with parameters
+Handlers are called with argument list
 
-   desktop-buffer-file-name
-   desktop-buffer-name
-   desktop-buffer-misc
+   (BUFFER-FILE-NAME BUFFER-NAME DESKTOP-BUFFER-MISC)
 
 Furthermore, they may use the following variables: