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
c67a6c48
Commit
c67a6c48
authored
Feb 05, 2006
by
Luc Teirlinck
Browse files
(find-definition-noselect): Minor doc fix.
parent
dc4d94d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/emacs-lisp/find-func.el
lisp/emacs-lisp/find-func.el
+1
-1
No files found.
lisp/emacs-lisp/find-func.el
View file @
c67a6c48
...
...
@@ -414,7 +414,7 @@ See `find-variable' for more details."
(defun find-definition-noselect (symbol type &optional file)
"
Return
a
pair
`
(
BUFFER
.
POINT
)
'
pointing
to
the
definition
of
SYMBOL.
TYPE
says
what
type
of
definition:
nil
for
a
function,
`
defvar
'
for
a
variab
k
e,
`
defface
'
for
a
face.
This
function
does
not
switch
to
the
variab
l
e,
`
defface
'
for
a
face.
This
function
does
not
switch
to
the
buffer
nor
display
it.
The
library
where
SYMBOL
is
defined
is
searched
for
in
FILE
or
...
...
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