Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (Categories): Add index entries. | Eli Zaretskii | 2007-02-02 | 1 | -0/+2 |
| | |||||
* | Update copyright for years from Emacs 21 to present (mainly adding | Glenn Morris | 2007-01-16 | 1 | -2/+2 |
| | | | | 2001). | ||||
* | (Parsing Expressions): Split up node. | Richard M. Stallman | 2006-12-17 | 1 | -132/+175 |
| | | | | | | (Motion via Parsing, Position Parse, Parser State) (Low-Level Parsing, Control Parsing): New subnodes. (Parser State): Document syntax-ppss-toplevel-pos. | ||||
* | Put period and comma inside quotes. | Richard M. Stallman | 2006-07-18 | 1 | -3/+3 |
| | |||||
* | (Syntax Table Functions, Parsing Expressions, Categories): Remove @tindex. | Eli Zaretskii | 2006-07-08 | 1 | -3/+0 |
| | |||||
* | (Parsing Expressions): Update info on which STATE elements are ignored. | Richard M. Stallman | 2006-05-21 | 1 | -7/+8 |
| | |||||
* | (Parsing Expressions): Minor cleanup. | Richard M. Stallman | 2006-04-26 | 1 | -2/+3 |
| | |||||
* | Mention negative depth in syntax-ppss's output. | Stefan Monnier | 2006-04-26 | 1 | -1/+2 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | (Syntax Table Functions): | Juri Linkov | 2005-10-17 | 1 | -1/+1 |
| | | | | Replace `...' with `@dots{}' in `@defmac' and `@defspec'. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-10 | 1 | -2/+2 |
| | |||||
* | widen multitable column to avoid underfull box | Karl Berry | 2005-06-20 | 1 | -1/+1 |
| | |||||
* | (Parsing Expressions): Fix texinfo usage. | Richard M. Stallman | 2005-06-17 | 1 | -4/+5 |
| | |||||
* | (Parsing Expressions): Document aux functions and vars of | Stefan Monnier | 2005-06-13 | 1 | -0/+20 |
| | | | | syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function. | ||||
* | (Parsing Expressions): Fix Texinfo error. | Luc Teirlinck | 2005-06-10 | 1 | -2/+2 |
| | |||||
* | (Parsing Expressions): Document syntax-ppss. | Stefan Monnier | 2005-06-10 | 1 | -3/+13 |
| | |||||
* | (Syntax Properties): Add cross reference. | Lute Kamstra | 2005-04-28 | 1 | -4/+6 |
| | |||||
* | (Syntax Table Internals): Elaborate documentation of | Eli Zaretskii | 2005-04-24 | 1 | -2/+16 |
| | | | | syntax-after and syntax-class. | ||||
* | *** empty log message *** | Stefan Monnier | 2005-04-20 | 1 | -1/+5 |
| | |||||
* | (Syntax Class Table): Clarify. | Richard M. Stallman | 2005-02-27 | 1 | -20/+22 |
| | | | | | | | | (Syntax Table Functions): syntax-after moved from here. (Syntax Table Internals): syntax-after moved to here. (Parsing Expressions): Update info on number of values and what's meaningful in the STATE argument. (Categories): Fix typo. | ||||
* | *** empty log message *** | Stefan Monnier | 2004-11-22 | 1 | -7/+1 |
| | |||||
* | (Syntax Table Functions): Add syntax-after. | Richard M. Stallman | 2004-11-08 | 1 | -0/+12 |
| | |||||
* | (Syntax Class Table): Word syntax not just for English. | Richard M. Stallman | 2004-05-22 | 1 | -4/+4 |
| | |||||
* | (Syntax Table Functions): Clarify and correct descriptions of | Luc Teirlinck | 2004-02-21 | 1 | -29/+41 |
| | | | | | | | | make-syntax-table and copy-syntax-table. (Motion and Syntax): Clarify SYNTAXES argument to skip-syntax-forward. (Parsing Expressions): Mention that the return value of parse-partial-sexp is currently a list of ten rather than nine elements. (Categories): Various corrections and clarifications. | ||||
* | (Parsing Expressions): Delete old caveat about parse-sexp-ignore-comments. | Richard M. Stallman | 2004-02-17 | 1 | -6/+0 |
| | |||||
* | Replace @sc{foo} with @acronym{FOO}. | Eli Zaretskii | 2003-11-02 | 1 | -2/+2 |
| | |||||
* | (Parsing Expressions): Clean up forward-comment | Richard M. Stallman | 2003-10-13 | 1 | -3/+3 |
| | | | | and parse-sexp-lookup-properties. | ||||
* | (Parsing Expressions): Mention parse-sexp-lookup-properties here. | Dave Love | 2003-10-06 | 1 | -1/+7 |
| | | | | forward-comment: return values | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+4 |
| | |||||
* | (Syntax Table Functions): Use \s syntax in examples. | Richard M. Stallman | 2003-07-22 | 1 | -2/+2 |
| | |||||
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -8/+8 |
| | |||||
* | (Parsing Expressions): Give definition of sexp in terms of syntax classes. | Richard M. Stallman | 2002-06-21 | 1 | -21/+25 |
| | | | | Clarify other text in same node. | ||||
* | Replace "comment-fence" and "string-fence" with consistent terms. | Richard M. Stallman | 2001-12-24 | 1 | -2/+2 |
| | |||||
* | Another change in forward-comment. | Richard M. Stallman | 2001-11-29 | 1 | -6/+7 |
| | |||||
* | Clarify behavior of forward-comment. | Richard M. Stallman | 2001-11-25 | 1 | -4/+12 |
| | |||||
* | Try to explain syntax-tables a little bit more. | Stefan Monnier | 2001-10-12 | 1 | -0/+24 |
| | |||||
* | (string-to-syntax): Close the @defun. | Stefan Monnier | 2001-05-09 | 1 | -0/+1 |
| | |||||
* | (Syntax Class Table): Add the missing designator for | Stefan Monnier | 2001-05-08 | 1 | -11/+16 |
| | | | | | | comment and string fences. (Syntax Properties): Add a xref to syntax table internals. (Syntax Table Internals): Document string-to-syntax. | ||||
* | describe-categories | Dave Love | 2001-01-31 | 1 | -0/+6 |
| | |||||
* | fix @sc use | Dave Love | 2000-05-21 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2000-02-24 | 1 | -0/+8 |
| | |||||
* | @ifinto -> @ifnottex. | Gerd Moellmann | 2000-01-05 | 1 | -2/+2 |
| | |||||
* | Update copyrights. | Gerd Moellmann | 2000-01-05 | 1 | -1/+2 |
| | |||||
* | Remove obsolete @tindex commands. | Gerd Moellmann | 2000-01-05 | 1 | -1/+0 |
| | |||||
* | Patch from rms. | Gerd Moellmann | 1999-12-06 | 1 | -5/+4 |
| | |||||
* | Current version from /gd/gnu/elisp. | Dave Love | 1999-12-03 | 1 | -1/+22 |
| | |||||
* | Patch from rms. | Gerd Moellmann | 1999-11-01 | 1 | -17/+29 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1999-09-17 | 1 | -7/+16 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1998-05-26 | 1 | -7/+4 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1998-05-19 | 1 | -12/+22 |
| |