emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109448: Tweak proced docstring to tr


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109448: Tweak proced docstring to trigger autoloading.
Date: Sun, 05 Aug 2012 22:22:05 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109448
fixes bug: http://debbugs.gnu.org/1768
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sun 2012-08-05 22:22:05 +0800
message:
  Tweak proced docstring to trigger autoloading.
  
  * lisp/proced.el (proced): Add substitution string to docstring to
  trigger autoloading of the proced library on C-h f.
modified:
  lisp/ChangeLog
  lisp/proced.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-08-05 14:14:54 +0000
+++ b/lisp/ChangeLog    2012-08-05 14:22:05 +0000
@@ -1,5 +1,8 @@
 2012-08-05  Chong Yidong  <address@hidden>
 
+       * proced.el (proced): Add substitution string to docstring to
+       trigger autoloading of the proced library on C-h f (Bug#1768).
+
        * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
        show defvars which have no second argument (Bug#8638).
 

=== modified file 'lisp/proced.el'
--- a/lisp/proced.el    2012-06-22 21:17:42 +0000
+++ b/lisp/proced.el    2012-08-05 14:22:05 +0000
@@ -659,11 +659,14 @@
 ;;;###autoload
 (defun proced (&optional arg)
   "Generate a listing of UNIX system processes.
-If invoked with optional ARG the window displaying the process
-information will be displayed but not selected.
-Runs the normal hook `proced-post-display-hook'.
-
-See `proced-mode' for a description of features available in Proced buffers."
+\\<proced-mode-map>
+If invoked with optional ARG, do not select the window displaying
+the process information.
+
+This function runs the normal hook `proced-post-display-hook'.
+
+See `proced-mode' for a description of features available in
+Proced buffers."
   (interactive "P")
   (unless proced-available
     (error "Proced is not available on this system"))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]