diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-14 16:54:32 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-14 16:54:32 +0200 |
commit | 4fe74b19155f75cf39c278803586a851164f5dd8 (patch) | |
tree | 86464dd213b75eb63ab849791a641d9ad9140051 /lisp/printing.el | |
parent | ab283561c2832dea29658b355851b686f60d8dae (diff) | |
download | emacs-4fe74b19155f75cf39c278803586a851164f5dd8.tar.gz |
pr-toggle-region doc clarification
* printing.el (pr-toggle-region): Clarify the documentation
slightly (bug#7493).
Diffstat (limited to 'lisp/printing.el')
-rw-r--r-- | lisp/printing.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/printing.el b/lisp/printing.el index 76fdeaec500..9f98c2b6e29 100644 --- a/lisp/printing.el +++ b/lisp/printing.el @@ -4611,7 +4611,7 @@ bottom." ;;;###autoload (defun pr-toggle-region () - "Toggle auto region." + "Toggle whether the region is automagically detected." (interactive) (pr-toggle-region-menu t)) |