aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c
Commit message (Expand)AuthorAgeFilesLines
...
* (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
* (Fdocumentation): Use EMACS_INT.Richard M. Stallman1994-09-171-2/+2
* (store_function_docstring): Do nothing for bytecode objectRichard M. Stallman1994-08-171-4/+2
* Update copyright.Karl Heuer1994-05-041-1/+1
* [HAVE_UNISTD_H]: Include unistd.h.Richard M. Stallman1994-04-131-0/+4
* (get_doc_string, Snarf_documentation): Use new variable doc_directory.Karl Heuer1994-02-221-6/+6
* (Fsubstitute_command_keys): Pass keymap as that argRichard M. Stallman1994-02-041-2/+8
* (Fsubstitute_command_keys): Pass new arg to describe_map_tree.Richard M. Stallman1994-01-101-1/+1
* (Fsubstitute_command_keys): Fix previous change.Richard M. Stallman1993-12-311-3/+6
* (Fsubstitute_command_keys): Ignore menu bar bindings.Richard M. Stallman1993-12-231-1/+10
* (Fsubstitute_command_keys): Pass new arg to insert_from_string.Richard M. Stallman1993-09-141-1/+1
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* * doc.c (Fsubstitute_command_keys): Pass all five arguments toJim Blandy1993-07-061-1/+1
* Updated copyright years.Jim Blandy1993-05-221-1/+1
* Put interrupt input blocking in a separate file from xterm.h.Jim Blandy1993-03-311-1/+1
* * doc.c (store_function_docstring): New function, made from partJim Blandy1992-12-061-35/+50
* * doc.c: #include keyboard.h.Jim Blandy1992-10-311-8/+17