Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
emacs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DOSCH Philippe
emacs
Commits
c747494c
Commit
c747494c
authored
1 year ago
by
Philippe Dosch
Browse files
Options
Downloads
Patches
Plain Diff
Fix functions comments
parent
ea963c0e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.emacs
+4
-3
4 additions, 3 deletions
.emacs
with
4 additions
and
3 deletions
.emacs
+
4
−
3
View file @
c747494c
...
...
@@ -1079,7 +1079,7 @@
(defvar scissors ">8 --------------------------------------------------------------- 8<"
"String to insert in \\[scissors].")
(defun scissors()
"Insert a line of SCISSORS in the buffer"
"Insert a line of SCISSORS in the buffer
.
"
(interactive)
(insert scissors)
(forward-line 1))
...
...
@@ -1087,8 +1087,9 @@
(defun snip-lines-mail ()
"Delete all lines except the first three in the current buffer selection.
For the first and last remaining lines, remove all characters after the prefix composed of spaces and '>'.
For the middle line, remove all characters after the prefix and insert '[snip]' after the remaining prefix."
For the first and last remaining lines, remove all characters after the prefix
composed of spaces and '>'. For the middle line, remove all characters after
the prefix and insert '[snip]' after the remaining prefix."
(interactive)
(save-excursion
(let ((begin (region-beginning))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment