1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

Fix docstring buglet in remember.el

This commit is contained in:
Reuben Thomas 2013-04-27 00:55:06 +01:00
parent f780d632f2
commit f6bfc06324
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-04-26 Reuben Thomas <rrt@sc3d.org>
* textmodes/remember.el (remember-store-in-files): document that
the file name format is fed through format-time-string.
2013-04-26 Leo Liu <sdl.web@gmail.com>
* progmodes/octave.el (octave-sync-function-file-names): New function.

View File

@ -444,7 +444,8 @@ If you want to remember a region, supply a universal prefix to
(defun remember-store-in-files ()
"Store remember data in a file in `remember-data-directory'.
The file is named after `remember-directory-file-name-format'."
The file is named after `remember-directory-file-name-format' fed through
`format-time-string'."
(let ((name (format-time-string
remember-directory-file-name-format (current-time)))
(text (buffer-string)))