Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
66e0fd2b
Commit
66e0fd2b
authored
Apr 29, 2002
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(auto-insert-directory): Doc fix.
parent
962ba97c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/autoinsert.el
lisp/autoinsert.el
+2
-1
No files found.
lisp/ChangeLog
View file @
66e0fd2b
2002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk>
* autoinsert.el (auto-insert-directory): Doc fix.
2002-04-29 Kim F. Storm <storm@cua.dk>
* emulation/cua-base.el: New file.
...
...
lisp/autoinsert.el
View file @
66e0fd2b
...
...
@@ -199,7 +199,8 @@ described above, e.g. [\"header.insert\" date-and-author-update]."
;; Establish a default value for auto-insert-directory
(
defcustom
auto-insert-directory
"~/insert/"
"*Directory from which auto-inserted files are taken."
"*Directory from which auto-inserted files are taken.
Must end in a slash."
:type
'directory
:group
'auto-insert
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment