summaryrefslogtreecommitdiff
path: root/lispintro/emacs-lisp-intro.texi
Commit message (Collapse)AuthorAgeFilesLines
* Move to ../doc/lispintroGlenn Morris2007-09-061-22721/+0
|
* *** empty log message ***Robert J. Chassell2007-07-301-1/+1
|
* (else): Rephrase message of first if-then-else example so it is rightRobert J. Chassell2007-01-301-3/+3
| | | | | both in itself and in the "true" case of the expression, which asks whether 4 is greater than 5.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Minor comment fix.Chong Yidong2007-01-181-1/+1
|
* Input texinfo instead of ../man/texinfoAndreas Schwab2006-11-271-3/+1
| | | | to fix building outside source directory.
* Copy descriptions from detailed master menu to menus within body.Robert J. Chassell2006-11-091-188/+197
|
* (beginning of emacs-lisp-intro.texi): Add `other shell commands' toRobert J. Chassell2006-11-091-113/+191
| | | | | | | | | | produce additional output formats; total is now ten. (A Loop with an Incrementing Counter, and others): Ensure Info menus will appear in short windows. (Disentangle beginning-of-buffer): Replace `version 21' with `more recent versions'. (Simple Extension): Show how to handle multiple versions by adding an alternative with a test of `>= 21'
* Finish minor changes seen from DVI output.Robert J. Chassell2006-11-061-78/+81
| | | | | | | | | | | | Replace 22.1.100 with 22.1.1. (current-kill): Mention functions that directly or indirectly call `kill-new', which sets `kill-ring-yank-pointer'. (Understanding current-kill): Change `lasted' to `last'. Remove extraneous parenthesis. Reword item about returning `car' of list. (yank): Remove mention of `rotate-yank-pointer'. (Y Axis Element): Add comment regarding replacement of blank space. (print-Y-axis Penultimate): Explain that `print-graph' will pass `height-of-top-line' so `print-Y-axis' does not have a bug.
* Yet more minor changes:Robert J. Chassell2006-11-051-55/+50
| | | | | | | | | | | | | | | | | | | (defcustom): Said that `:options' is usually for a hook. Remove extraneous space in parenthetical remark concerning `text-mode-hook-identify'. At end, mention other defines, too. (Beginning a .emacs File): Reverse words about comments so they parallel numbers of listed semi-colons. (Text and Auto-fill): Remove extraneous blank line in example. (Mail Aliases): Remove extraneous blank line in example. (Keybindings): Reformat as needed with `key' rather than `kbd'. (Keybindings, Miscellaneous, Mode Line): For small book format, start section name on top of new page. (Simple Extension): Replace longer expression with `emacs-major-version'. Remove comment about `number-to-string' function. (Miscellaneous): Add filename option, `-H', to `grep' example (debug, debug-on-entry): Replace `GNU Emacs 22' with `a recent GNU Emacs'. (edebug): More properly state where to place point for 'M-x edebug-defun'.
* Remember to reset date and edition number.Robert J. Chassell2006-11-051-2/+2
|
* More minor changes.Robert J. Chassell2006-11-051-72/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Center images for TeX output. (kill-new function): Remove indentation for sentence talking about momentarily skipping code. (cons & search-fwd Review): Document @code{funcall}. Document @code{re-search-forward} with existing @code{search-forward}. Reference chapter on regular expression searches. (Recursion with list): Specify a more recent version as being Emacs. (Recursion with list, Every, recursive-graph-body-print): Change `if ... progn' expression to `when'. (Recursive triangle function): For printing in small book, ensure section name is not last on bottom of preceding page. (Keep): Remove extraneous space in function definition example. (sentence-end): Specify `in English' for glyphs that end a sentence. Note that in GNU Emacs 22, the name refers to both a variable and a function. (fwd-sentence while loops): Write a function as one, not as a form (fwd-para let): Add `which' to sentence with `parstart' and `parsep'. (etags): Move sentences involving `find-tag' and sources. State location of Emacs `src' directory. (Design count-words-region): Better explain two backslashes in a row. (Find a File): Fix grammar; add a `to' and write `to visit'. Change `named' to `selected'. (lengths-list-file): Remove extraneous parenthesis from reference. (lengths-list-many-files): Explain `expand-file-name' better. (Files List): Rephrase sentence regarding Lisp sources directory
* Minor fixes.Robert J. Chassell2006-11-041-313/+321
| | | | | | | | | | | | | | | | | | | | Replace all tabs with eight spaces each so printed text looks correct. Remove extraneous comma in a printed node name produced by `ref'. (insert-buffer): Add a missing beginning parenthesis. (beginning-of-buffer): Add `beginning of' to note about accessible portion. (narrow Exercise): Write closing parenthesis at end of correct paragraph. (zap-to-char): Remove extraneous `a' from first sentence. (Complete zap-to-char): Remove two extraneous sentences. (zap-to-char body): Move sentences on documentation two nodes earlier. (Lisp macro): Add definition of `unless' macro. (last-command & this-command): Remove comment that `we have not yet seen' the @code{eq} function. (kill-append function): Reformat `kill-append' function definition so it prints well. (kill-new function): Indent the sentence beginning `notice'. Replace `the same as' with `similar to'. Repair typo. Remove obsolete references to `yank' and `yank-pop. End section with a note that `we will digress into C.'
* Replace 22.0.100 with 22.1.100.Robert J. Chassell2006-11-041-30/+34
| | | | | | (defcustom): Note that the value set by defconst is a variable. (Buffer Size & Locations): Parenthetical remark about evaluation. (Finding More): Change text to include C sources by inference.
* * emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert additionRobert J. Chassell2006-11-021-3/+3
| | | | | of extraneous quotation mark to rotate-yank-pointer. Reset edition-number to 3.02 and update-date to 2006 November 2.
* Fix unbalanced quotes.Juri Linkov2006-11-011-1/+1
|
* Fix unbalanced quotes.Juri Linkov2006-11-011-1/+1
|
* Fix unbalanced quotes.Juri Linkov2006-11-011-2/+2
|
* * emacs-lisp-intro.texi: Remove version reference for X colors.Robert J. Chassell2006-10-311-21/+15
| | | | | Document `='. Remove mention that :eval was new in 21. Updated instance's edition-number to 3.01.
* Removed INSTALL MANIFEST since those files are now irrelevant.Robert J. Chassell2006-10-311-280/+57
|
* * emacs-lisp-intro.texi: Many changes since it turned out thatRobert J. Chassell2006-10-301-2335/+3332
| | | | | | | | many `simple' functions were rewritten. Changes to the text regarding zap-to-char, mark-whole-buffer, append-to-buffer, copy-to-buffer, beginning-of-buffer, what-line, and possibly others. (I have not reviewed all yet.) This instance does build for Info and TeX.
* * emacs-lisp-intro.texi: deleted in directory copy of texinfo.texRobert J. Chassell2006-08-211-1/+2
| | | | | and pointed towards ../man/texinfo.tex so only one file needs updating. Added comment of what to do when building on own.
* (setcar): replace an antelope rather thanDavid Kastrup2006-05-251-1/+1
| | | | a giraffe with a hippopotamus.
* (Digression concerning error): Fix typo.Thien-Thi Nguyen2006-05-191-1/+1
|
* Fix spelling errors.Eli Zaretskii2006-05-121-9/+9
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-051-1/+1
|
* Specify GFDL version 1.2.Romain Francoise2005-09-161-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-161-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-4/+4
|
* Fix spellings.Juanma Barranquero2005-06-211-1/+1
|
* Remember to update edition number and update-date....Robert J. Chassell2004-10-121-2/+2
|
* Remove trailing whitespace from file.Robert J. Chassell2004-10-121-3/+3
|
* (files-in-below-directory): remove unneeded `or' expression that looksRobert J. Chassell2004-10-121-4/+4
| | | | | at both . and .. since argument to `substring' specifies just one character.
* Fix typo: ``the' to ``the''.Robert J. Chassell2004-10-081-1/+1
|
* Add missing backquote.Robert J. Chassell2004-10-071-1/+1
|
* Add minor footnotes saying ' is an abbreviation for quote.Robert J. Chassell2004-10-051-12/+21
|
* Thanks to Christopher Allan Webber, fix typo.Robert J. Chassell2004-09-051-2/+4
|
* In node defvar and asterisk, following suggestions by Juri LinkovRobert J. Chassell2003-11-191-23/+21
| | | | | | <juri@jurta.org>, describe using the set-variable command to set values temporarily and to show a list of variables by using completion.
* In node `defvar and asterisk', commented out three paragraphs onRobert J. Chassell2003-11-171-0/+4
| | | | | edit-options since the command is no longer described in the Emacs manual.
* On behalf of Kevin Ryde <user42@zip.com.au>: CorrectionsRobert J. Chassell2003-11-161-6/+5
| | | | | | | | to cross references, (Interactive Options): elisp "interactive" -> "Using Interactive". (defvar and asterisk): Remove emacs "Edit Options" reference, edit-options is no longer described in the emacs manual. (Lists diagrammed): elisp "List Type" -> "Cons Cell Type".
* Add arch taglinesMiles Bader2003-09-011-0/+4
|
* Revise various segments, fix typos, add GNU Press information,Robert J. Chassell2003-07-161-265/+623
| | | | add RMS essay on need for documentation, update documentation license.
* Update copyright date and update-date.Robert J. Chassell2003-04-171-2/+3
|
* Thanks to Hugo Gayosso, fix minor typos.Robert J. Chassell2003-04-171-2/+2
|
* Remove duplicated version/edition line from copying segment.Robert J. Chassell2002-09-201-2/+0
|
* Add version 4.2 texinfo.tex and use @copying command;Robert J. Chassell2002-08-231-30/+25
| | | | add shell commands to create DocBook and XML output formats.
* The appropriate whitespace setting for smallbook are part of texinfo.tex.Robert J. Chassell2002-07-211-10/+1
|
* Fix typos, clarify language.Robert J. Chassell2002-06-061-19/+27
|
* Fixed typographic errors.Robert J. Chassell2002-04-271-13/+14
|