mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix docstring buglet in remember.el
This commit is contained in:
parent
f780d632f2
commit
f6bfc06324
2 changed files with 7 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue