aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-81Miles Bader2005-09-111-0/+13
|\
| * (Fsubstitute_command_keys): Lookup key binding forKim F. Storm2005-09-091-0/+13
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-261-2/+2
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\ \ | |/
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-23Miles Bader2005-03-091-24/+8
|\ \ | |/
| * (munge_doc_file_name) [VMS]: Use NO_HYPHENS_IN_FILENAMES, not VMS4_4.Thien-Thi Nguyen2005-03-041-24/+8
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-15Miles Bader2005-02-181-1/+10
|\ \ | |/
| * (Fsubstitute_command_keys): Compute list of shadowing mapsRichard M. Stallman2005-02-151-1/+10
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-70Miles Bader2004-11-121-2/+76
|\ \ | |/
| * Include <ctype.h>.Kim F. Storm2004-11-091-1/+1
| * * doc.c: New variable Vbuild_files.Jan Djärv2004-11-091-1/+75
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-62Miles Bader2004-10-221-13/+3
|\ \ | |/
| * (Fsubstitute_command_keys): Fix remap-handling.Stefan Monnier2004-10-151-13/+3
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-57Miles Bader2004-10-141-1/+5
|\ \ | |/
| * (Fsubstitute_command_keys): Ignore remappings unless thereKim F. Storm2004-10-111-1/+5
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-17Miles Bader2004-06-291-1/+1
|\ \ | |/
| * (Fsnarf_documentation): Doc fix.Luc Teirlinck2004-06-231-1/+1
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15Miles Bader2004-06-281-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
* | Sync to HEADKenichi Handa2004-04-161-3/+6
* | Sync with HEAD (1.103).Kenichi Handa2004-03-111-1/+4
* | *** empty log message ***Kenichi Handa2003-09-081-1/+1
|\ \
| * | (Fsubstitute_command_keys): Delete unused vars.Dave Love2002-07-301-2/+0
| * | Include "character.h" instead of "charset.h".Kenichi Handa2002-03-011-1/+1
* | | New directoryKenichi Handa2003-09-081-3/+0
| |/ |/|
* | 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
* | (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, Fdocumentation_property): When the docStefan Monnier2002-04-031-3/+6
* | (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
* | (get_doc_string): Return nil of the location is wrong.Stefan Monnier2002-04-011-14/+93
|/
* 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
* (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
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-1/+1