]> git.eshelyaron.com Git - emacs.git/commit
(Fsnarf_documentation): Add prototype.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 5 Dec 2001 01:47:27 +0000 (01:47 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 5 Dec 2001 01:47:27 +0000 (01:47 +0000)
commit87afdd65ce2117e0dc85fc15e146a64324dc6b22
treeeed13c454fbf10e476f5bd6738a7afb0a3380df8
parent162873a199b1dfa5fe2b8686c2204b8cf267f15c
(Fsnarf_documentation): Add prototype.
(get_doc_string): Handle negative arguments.
(Fdocumentation): Use AREF and ASIZE.
Move the calls to get_doc_string to a single place.
Don't confuse an interactive-spec for a docstring reference.
(Fdocumentation_property): Take advantage of the fact that
get_doc_string now ignores the sign of the docstring position.
src/doc.c