aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-211-7/+7
* (Fsubstitute_command_keys): Declare length_byte out ofKenichi Handa1998-01-301-3/+1
* Update copyright year.Richard M. Stallman1998-01-211-1/+1
* Include charset.h.Richard M. Stallman1998-01-091-17/+67
* (Fsubstitute_command_keys): Add missing describe_map_tree argument.Richard M. Stallman1997-07-121-2/+2
* (get_doc_string): Move static vars outside the function,Richard M. Stallman1996-02-221-16/+22
* (get_doc_string): Always read entire disk blocks.Richard M. Stallman1996-02-121-39/+24
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (Fdocumentation, Fdocumentation_property, Fsubstitute_command_keys):Erik Naggum1996-01-091-23/+23
* (Fdocumentation): Reject a file referenceRichard M. Stallman1995-11-111-2/+7
* (Fsubstitute_command_keys): Pass new arg to describe_map_tree.Richard M. Stallman1995-10-191-1/+1
* (Fsubstitute_command_keys):Karl Heuer1995-06-161-1/+3
* (Fsubstitute_command_keys): Cast arg of describe_map_tree.Karl Heuer1995-05-261-1/+1
* (get_doc_string): Add cast.Richard M. Stallman1995-04-141-1/+1
* (get_doc_string): In (STRING . INTEGER), if INTEGERRichard M. Stallman1995-04-071-1/+6
* Fix typo in last change.Roland McGrath1995-01-051-2/+2
* (store_function_docstring, Fdocumentation): Use & PSEUDOVECTOR_SIZE_MASK onRoland McGrath1995-01-051-4/+4
* (store_function_docstring): Arg is now EMACS_INT.Richard M. Stallman1995-01-041-1/+2
* (get_doc_string): Now static. Arg now Lisp_Object.Richard M. Stallman1994-12-211-28/+149
* (Fdocumentation): Use type test macros.Karl Heuer1994-11-181-18/+17
* (Fdocumentation): Use NATNUMP instead of its expansion.Karl Heuer1994-11-161-2/+2
* (store_function_docstring): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-2/+2
* (get_doc_string, Fdocumentation, Fdocumentation_property,Karl Heuer1994-09-271-14/+12
* (get_doc_string): Look in ../etc while dumping.Richard M. Stallman1994-09-251-19/+49