From 26e150ef74356497a9b0e1d704c384e2bbda1bd3 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 16 May 2007 13:24:43 +0000 Subject: [PATCH] (view-inhibit-help-message): Fix typo in docstring. (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes. --- lisp/ChangeLog | 19 +++++++++++++++++++ lisp/view.el | 6 +++--- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 24d7436c904..5e8497e1246 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,22 @@ +2007-05-16 Juanma Barranquero + + * buff-menu.el (Buffer-menu-sort-column): + * dabbrev.el (dabbrev-upcase-means-case-search): + * dired.el (dired-recursive-deletes, dired-recursive-copies): + * info.el (Info-current-subfile): + * ls-lisp.el (ls-lisp-verbosity): + * msb.el (msb-menu-cond): + * pcvs.el (cvs-dired-use-hook): + * simple.el (set-mark-command-repeat-pop): + * time.el (display-time-24hr-format, display-time-mail-file): + Doc fixes. + + * tutorial.el (get-lang-string, tutorial--find-changed-keys): + * printing.el (pr-ps-fast-fire): Fix typos in docstrings. + + * view.el (view-inhibit-help-message): Fix typo in docstring. + (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes. + 2007-05-16 Martin Rudalics * textmodes/ispell.el (ispell-start-process): Defend against bad diff --git a/lisp/view.el b/lisp/view.el index 8dd9e032868..57d264d2b8e 100644 --- a/lisp/view.el +++ b/lisp/view.el @@ -64,13 +64,13 @@ ;; is now controlled by the presence of a value in `view-return-to-alist'. (defcustom view-scroll-auto-exit nil "*Non-nil means scrolling past the end of buffer exits View mode. -nil means attempting to scroll past the end of the buffer, +A value of nil means attempting to scroll past the end of the buffer, only rings the bell and gives a message on how to leave." :type 'boolean :group 'view) (defcustom view-try-extend-at-buffer-end nil - "*Non-nil means try load more of file when reaching end of buffer. + "*Non-nil means try to load more of file when reaching end of buffer. This variable is mainly intended to be temporarily set to non-nil by the F command in view-mode, but you can set it to t if you want the action for all scroll commands in view mode." @@ -94,7 +94,7 @@ considered for restoring." :group 'view) (defcustom view-inhibit-help-message nil - "*Non-nil inhibits the help message showed upon entering View mode." + "*Non-nil inhibits the help message shown upon entering View mode." :type 'boolean :group 'view :version "22.1") -- 2.39.5