Browse Source

Fix doc

master
10sr 5 years ago
parent
commit
24c8069914
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -1733,7 +1733,7 @@ ARG is num to show, or defaults to 7."
(expand-file-name "~/my/privnotes")) (expand-file-name "~/my/privnotes"))


(defun my-privnotes-readme (dir) (defun my-privnotes-readme (dir)
"Open my privnotes."
"Open my privnotes DIR."
(interactive (list (interactive (list
(read-file-name "Privnotes: " (read-file-name "Privnotes: "
(expand-file-name (format-time-string "%Y%m%d_") (expand-file-name (format-time-string "%Y%m%d_")


Loading…
Cancel
Save