aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c
Commit message (Collapse)AuthorAgeFilesLines
* (Fdocumentation): Check for advice in all cases.Juanma Barranquero2007-10-201-12/+12
|
* (Fdocumentation): Check for and handle an advised function.Richard M. Stallman2007-10-191-0/+12
|
* (Fsnarf_documentation): Simplify.Stefan Monnier2007-10-161-4/+6
|
* Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <[email protected]> * Relicense all FSF files to GPLv3 or later. Revision: [email protected]/emacs--devo--0--patch-828
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
* | * keymaps.texi (Active Keymaps): Document new POSITION argument ofDavid Kastrup2007-06-251-1/+1
|/ | | | | | | | | | | | | `current-active-maps'. * keymap.c (Fcurrent_active_maps): Add `position' argument. (Fwhere_is_internal): Adjust call to `current-active-maps' to cater for additional parameter. * keymap.h: Adjust number of parameters to `current-active-maps'. * doc.c (Fsubstitute_command_keys): Adjust call of `current-active-maps'.
* (Fsubstitute_command_keys): Fix typo in docstring.Juanma Barranquero2007-02-171-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (Fdocumentation): Use xsignal1.Kim F. Storm2006-07-181-2/+2
|
* (Fsubstitute_command_keys): Doc fix.Juanma Barranquero2006-02-111-1/+1
|
* * data.c (Findirect_function): Add NOERROR arg. All callers changedKim F. Storm2006-02-101-1/+1
| | | | | | | | to pass Qnil for NOERROR. * keymap.c (current_minor_maps_error): Remove. (current_minor_maps): Pass Qt for NOERROR to Findirect_function instead of using internal_condition_case_1+current_minor_maps_error.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (Fsubstitute_command_keys): Doc fix.Kim F. Storm2005-11-111-4/+7
|
* (Fsubstitute_command_keys): Lookup key binding forKim F. Storm2005-09-091-0/+13
| | | | commands that are remapped from some other command.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (munge_doc_file_name) [VMS]: Use NO_HYPHENS_IN_FILENAMES, not VMS4_4.Thien-Thi Nguyen2005-03-041-24/+8
| | | | (Fsnarf_documentation): Call munge_doc_file_name.
* (Fsubstitute_command_keys): Compute list of shadowing mapsRichard M. Stallman2005-02-151-1/+10
| | | | for describe_map_tree. Pass 1 for MENTION_SHADOWS.
* Include <ctype.h>.Kim F. Storm2004-11-091-1/+1
| | | | (Fsubstitute_command_keys): Remove unused variable 'firstkey'.
* * doc.c: New variable Vbuild_files.Jan Djärv2004-11-091-1/+75
| | | | | | | | | | | | | | | (Fsnarf_documentation): If Vbuild_files is nil, populate it with file names from buildobh.lst. Only attach docstrings from files that are in Vbuild_files. (syms_of_doc): Defvar Vbuild_files. * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o and w32*.o. (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked. (mostlyclean): rm buildobj.lst * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs is linked.
* (Fsubstitute_command_keys): Fix remap-handling.Stefan Monnier2004-10-151-13/+3
| | | | Don't ignore menus, because where-is-internal already does it for us.
* (Fsubstitute_command_keys): Ignore remappings unless thereKim F. Storm2004-10-111-1/+5
| | | | are no ordinary bindings.
* (Fsnarf_documentation): Doc fix.Luc Teirlinck2004-06-231-1/+1
|
* (Fkey_description): Change callers.Kim F. Storm2004-04-161-1/+1
|
* (Fsnarf_documentation): Ignore new file name entries.Stefan Monnier2004-04-071-3/+6
|
* (Fsubstitute_command_keys): Fix counding bytes.Kenichi Handa2004-03-021-1/+1
|
* Add arch taglinesMiles Bader2003-09-011-0/+3
|
* Use HAVE_FCNTL_H, not USG5.Dave Love2003-06-021-1/+1
|
* (Fsubstitute_command_keys): Remove spurious casts.Stefan Monnier2003-04-171-6/+5
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-6/+6
|
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-34/+34
| | | | | SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now.
* (reread_doc_file): Don't ask for confirmation.Richard M. Stallman2002-05-191-1/+3
|
* (Fdocumentation): More brainos. I need sleep.Stefan Monnier2002-04-031-3/+3
|
* (Fdocumentation): Add missing parentheses.Juanma Barranquero2002-04-031-2/+2
| | | | (Fdocumentation_property): Likewise.
* (Fdocumentation, Fdocumentation_property): When the docStefan Monnier2002-04-031-3/+6
| | | | data is 0, just return nil.
* (reread_doc_file): Add missing argument declaration.Stefan Monnier2002-04-031-0/+1
|
* (reread_doc_file): Return whether reload was attempted.Stefan Monnier2002-04-021-10/+29
| | | | | (Fdocumentation, Fdocumentation_property): Don't try to reload if the doc is 0 and only ask once.
* (get_doc_string): Return nil of the location is wrong.Stefan Monnier2002-04-011-14/+93
| | | | | | | (reread_doc_file): New fun. (Fdocumentation, Fdocumentation_property): Call it if get_doc_string fails. (Fsnarf_documentation): Make it work for a dumped Emacs.
* Changed call to Fwhere_is_internal.Kim F. Storm2002-02-061-1/+1
|
* (Fdocumentation): Remove mocklisp case.Pavel Janík2001-12-221-2/+0
|
* (Fsnarf_documentation): Add prototype.Stefan Monnier2001-12-051-15/+17
| | | | | | | | | (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.
* (Fsnarf_documentation): Doc fix.Richard M. Stallman2001-11-171-6/+7
|
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-11-131-32/+32
|
* Whitespace change.Richard M. Stallman2001-11-041-2/+2
|
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-3/+3
|
* (Vhelp_manyarg_func_alist): Variable removed.Miles Bader2001-10-211-9/+1
| | | | | (Fdocumentation): Don't use it. (syms_of_doc): Don't initialize it.
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-1/+1
| | | | with lisp system changes.
* Include keymap.h.Stefan Monnier2001-10-081-0/+1
|
* *** empty log message ***Pavel Janík2001-10-081-1/+1
|
* (Fsnarf_documentation): Remove unused variables `fun' andEli Zaretskii2001-01-021-1/+1
| | | | `tem'.