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
Open sidebar
emacs
emacs
Commits
9c9e18e8
Commit
9c9e18e8
authored
Feb 24, 2014
by
Juanma Barranquero
Browse files
lisp/term/sun.el: Fix docstring typos.
parent
c848881f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/term/sun.el
lisp/term/sun.el
+2
-2
No files found.
lisp/ChangeLog
View file @
9c9e18e8
2014-02-24 Juanma Barranquero <lekktu@gmail.com>
* term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
Fix docstring typos.
2014-02-24 Michael Albinus <michael.albinus@gmx.de>
* net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
...
...
lisp/term/sun.el
View file @
9c9e18e8
...
...
@@ -38,7 +38,7 @@
(
scroll-up
n
))
(
defun
kill-region-and-unmark
(
beg
end
)
"Like kill-region, but pops the mark [which equals point, anyway.]"
"Like
`
kill-region
'
, but pops the mark [which equals point, anyway.]"
(
interactive
"r"
)
(
kill-region
beg
end
)
(
setq
this-command
'kill-region-and-unmark
)
...
...
@@ -122,7 +122,7 @@
;; for you to put your own bindings in.
(
defvar
sun-raw-prefix-hooks
nil
"List of forms to evaluate after setting sun-raw-prefix."
)
"List of forms to evaluate after setting
`
sun-raw-prefix
'
."
)
(
make-obsolete-variable
'sun-raw-prefix-hooks
'term-setup-hook
"21.1"
)
...
...
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