aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStephen Gildea2019-10-13 07:58:55 -0700
committerStephen Gildea2019-10-13 07:59:59 -0700
commitd9a01dcd9fe2a0e5f84b708cdd34c3e7e8fb9189 (patch)
tree3ab40966e27479a813eb90ce3f2a5ca0470d0021 /test
parent9946defe21f2f9b902e5eb86e31aca710e369db1 (diff)
downloademacs-d9a01dcd9fe2a0e5f84b708cdd34c3e7e8fb9189.tar.gz
emacs-d9a01dcd9fe2a0e5f84b708cdd34c3e7e8fb9189.zip
Minor tweaks to time-stamp documentation strings
* time-stamp.el (time-stamp): Reformat the explanation of the variables that affect time-stamp, for easier reading. In particular, wrap the documentation to 75 characters, so that it displays neatly as a before-save-hook customization option. * time-stamp-tests.el (with-time-stamp-test-env): Use imperative voice, per checkdoc.
Diffstat (limited to 'test')
-rw-r--r--test/lisp/time-stamp-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/time-stamp-tests.el b/test/lisp/time-stamp-tests.el
index 37822f6e290..4cc4ea1a5b8 100644
--- a/test/lisp/time-stamp-tests.el
+++ b/test/lisp/time-stamp-tests.el
@@ -24,7 +24,7 @@
24(require 'time-stamp) 24(require 'time-stamp)
25 25
26(defmacro with-time-stamp-test-env (&rest body) 26(defmacro with-time-stamp-test-env (&rest body)
27 "Evaluates BODY with some standard time-stamp test variables bound." 27 "Evaluate BODY with some standard time-stamp test variables bound."
28 `(let ((user-login-name "test-logname") 28 `(let ((user-login-name "test-logname")
29 (user-full-name "Time Stamp Tester") 29 (user-full-name "Time Stamp Tester")
30 (buffer-file-name "/emacs/test/time-stamped-file") 30 (buffer-file-name "/emacs/test/time-stamped-file")