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
d977a092
Commit
d977a092
authored
Aug 02, 2009
by
Chong Yidong
Browse files
* select.el (x-set-selection): Doc fix (Bug#4021).
* w32-fns.el (x-set-selection): Doc fix (Bug#4021).
parent
b6ce92f1
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/select.el
lisp/select.el
+1
-1
lisp/w32-fns.el
lisp/w32-fns.el
+1
-1
No files found.
lisp/ChangeLog
View file @
d977a092
2009-08-02 Chong Yidong <cyd@stupidchicken.com>
* select.el (x-set-selection): Doc fix (Bug#4021).
* w32-fns.el (x-set-selection): Doc fix (Bug#4021).
* help-fns.el (describe-variable): Treat list return values from
dir-locals-find-file properly (Bug#4005).
...
...
lisp/select.el
View file @
d977a092
...
...
@@ -115,7 +115,7 @@ in `selection-converter-alist', which see."
(
selection
&optional
time
))
(
defun
x-set-selection
(
type
data
)
"Make an X
Windows
selection of type TYPE and value DATA.
"Make an X selection of type TYPE and value DATA.
The argument TYPE (nil means `PRIMARY') says which selection, and
DATA specifies the contents. TYPE must be a symbol. \(It can also
be a string, which stands for the symbol with that name, but this
...
...
lisp/w32-fns.el
View file @
d977a092
...
...
@@ -294,7 +294,7 @@ shell requires it (see `w32-shell-dos-semantics')."
;;; Fix interface to (X-specific) mouse.el
(
defun
x-set-selection
(
type
data
)
"Make an X
Windows
selection of type TYPE and value DATA.
"Make an X selection of type TYPE and value DATA.
The argument TYPE (nil means `PRIMARY') says which selection, and
DATA specifies the contents. TYPE must be a symbol. \(It can also
be a string, which stands for the symbol with that name, but this
...
...
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