summaryrefslogtreecommitdiff
path: root/doc/lispref/buffers.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2019-01-18 07:50:47 -0800
committerGlenn Morris <rgm@gnu.org>2019-01-18 07:50:47 -0800
commit957090b79531fbd7729e5d28c3496b9114c1f543 (patch)
treea389b4547ac7861bb7f5bc9579ac13f217fdbfb9 /doc/lispref/buffers.texi
parent5e3b0f5239027a413775d375f04376a3c97d0bf9 (diff)
parentb6d78a0d8019a92f94ce3fc41ddb0886f8b70d85 (diff)
downloademacs-957090b79531fbd7729e5d28c3496b9114c1f543.tar.gz
Merge from origin/emacs-26
b6d78a0 (origin/emacs-26) Fix a typo in ELisp manual c9f6f86 Prevent redrawing if frame is garbaged 00ba226 Attempt to fix hangs on MS-Windows due to C-g b26d637 Fix Calc graph output on MS-Windows 03818b0 Fix a minor mistake in ELisp manual 6ac5985 ; Fix some trivial doc typos 21b9026 * etc/tutorials/TUTORIAL: Fix typo (bug#34049) d223727 Fix UI of Buffer-menu 0f71655 Reinitialize ispell-really-enchant when changing the speller 9845044 Speed up loading css-mode
Diffstat (limited to 'doc/lispref/buffers.texi')
-rw-r--r--doc/lispref/buffers.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/buffers.texi b/doc/lispref/buffers.texi
index 29f542b685b..e6e03ac27ae 100644
--- a/doc/lispref/buffers.texi
+++ b/doc/lispref/buffers.texi
@@ -658,7 +658,8 @@ visiting a file or if the time has been explicitly cleared by
too. For instance, in a Dired buffer listing a directory, it returns
the last modification time of that directory, as recorded by Dired.
-If the buffer is not visiting a file, this function returns @minus{}1.
+If the buffer is visiting a file that doesn't exist, this function
+returns @minus{}1.
@end defun
@defun set-visited-file-modtime &optional time