From 4fe74b19155f75cf39c278803586a851164f5dd8 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Thu, 14 Jul 2011 16:54:32 +0200 Subject: [PATCH] pr-toggle-region doc clarification * printing.el (pr-toggle-region): Clarify the documentation slightly (bug#7493). --- lisp/ChangeLog | 3 +++ lisp/printing.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0ac477dd688..29c825975b5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2011-07-14 Lars Magne Ingebrigtsen + * printing.el (pr-toggle-region): Clarify the documentation + slightly (bug#7493). + * time.el (display-time-update): Allow `display-time-mail-function' to return nil (bug#7158). Fix suggested by Detlev Zundel. 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)) -- 2.39.2