aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* (Fsubstitute_command_keys): Change the way buffersGerd Moellmann2000-12-081-12/+15
* * lisp.h (KEYMAPP): New macro.Stefan Monnier2000-10-271-2/+2
* Remove includes ofGerd Moellmann2000-09-021-6/+2
* (toplevel) [HAVE_STRING_H]: Include string.h.Gerd Moellmann2000-08-281-6/+11
* (Fsubstitute_command_keys): Handle case that a GCGerd Moellmann2000-07-111-1/+15
* (Qfunction_documentation): New variable.Gerd Moellmann2000-03-261-3/+13
* (Fdocumentation_property): If value is not a string,Gerd Moellmann2000-03-071-6/+13
* Copyright up-date.Dave Love2000-02-011-1/+1
* (Vhelp_manyarg_func_alist): New variable.Dave Love2000-02-011-1/+9
* (Fdocumentation): Remove gcpro here too.Dave Love1999-11-161-7/+1
* (Fdocumentation_property): Remove GCPRO becauseGerd Moellmann1999-11-121-7/+1
* (Fdocumentation_property): Fix bug bypassing UNGCPRO.Gerd Moellmann1999-11-021-1/+1
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-10/+10
* (Fdocumentation_property): Remove register declaration for `tem'.Dave Love1999-10-181-1/+1
* (Fdocumentation_property): Gcpro `tem'.Dave Love1999-10-181-1/+7
* (read_bytecode_char): Declare arg.Dave Love1999-09-191-0/+1
* Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-131-7/+7
* (get_doc_string): When UNIBYTE and DEFINITION are 0,Richard M. Stallman1999-04-061-2/+9
* (Fdocumentation): Change the doc string for prefixAndreas Schwab1998-12-211-2/+1
* (Fdocumentation): Specify UNIBYTE = 0Richard M. Stallman1998-08-021-2/+2
* (get_doc_string): Take both UNIBYTE and DEFINITION as args.Richard M. Stallman1998-07-051-27/+20
* (get_doc_string): Take both UNIBYTE and DEFINITION as args.Richard M. Stallman1998-06-241-10/+17
* (get_doc_string): 2nd arg is now DEFINITION;Richard M. Stallman1998-06-241-10/+40
* (get_doc_string): Make non-static.Richard M. Stallman1998-05-281-1/+1
* (get_doc_string): New arg UNIBYTERichard M. Stallman1998-05-121-10/+17
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-0/+1
* (Fsubstitute_command_keys): Use make_string_from_bytes.Richard M. Stallman1998-03-211-1/+1