Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
87810ca9
Commit
87810ca9
authored
Apr 30, 2002
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(auto-insert-directory): Doc fix.
parent
bed8e829
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
lisp/ChangeLog
lisp/ChangeLog
+6
-0
lisp/autoinsert.el
lisp/autoinsert.el
+2
-2
No files found.
lisp/ChangeLog
View file @
87810ca9
2002-04-30 Richard M. Stallman <rms@gnu.org>
* autoinsert.el (auto-insert-directory): Doc fix.
* facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
* descr-text.el: New file, broken out of facemenu.el.
* emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
2002-04-29 Richard M. Stallman <rms@gnu.org>
...
...
lisp/autoinsert.el
View file @
87810ca9
...
...
@@ -200,8 +200,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.
Must be a fully-qualified directory name, e.g., on a Unix-like system,
must end in a slash."
The value must be an absolute directory name;
thus, on a GNU or Unix system, it
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