comparison lispref/vol2.texi @ 71958:17479ca5deda

Use real doublequote in menus.
author Richard M. Stallman <rms@gnu.org>
date Tue, 18 Jul 2006 00:09:02 +0000
parents 067115a6e738
children 6d19c76d81c5 8a8e69664178
comparison
equal deleted inserted replaced
71957:61cb5aae3bc3 71958:17479ca5deda
415 * Self-Evaluating Forms:: Forms that evaluate to themselves. 415 * Self-Evaluating Forms:: Forms that evaluate to themselves.
416 * Symbol Forms:: Symbols evaluate as variables. 416 * Symbol Forms:: Symbols evaluate as variables.
417 * Classifying Lists:: How to distinguish various sorts of list forms. 417 * Classifying Lists:: How to distinguish various sorts of list forms.
418 * Function Forms:: Forms that call functions. 418 * Function Forms:: Forms that call functions.
419 * Macro Forms:: Forms that call macros. 419 * Macro Forms:: Forms that call macros.
420 * Special Forms:: ``Special forms'' are idiosyncratic primitives, 420 * Special Forms:: "Special forms" are idiosyncratic primitives,
421 most of them extremely important. 421 most of them extremely important.
422 * Autoloading:: Functions set up to load files 422 * Autoloading:: Functions set up to load files
423 containing their real definitions. 423 containing their real definitions.
424 424
425 Control Structures 425 Control Structures
708 * Buffer Names:: Accessing and changing buffer names. 708 * Buffer Names:: Accessing and changing buffer names.
709 * Buffer File Name:: The buffer file name indicates which file 709 * Buffer File Name:: The buffer file name indicates which file
710 is visited. 710 is visited.
711 * Buffer Modification:: A buffer is @dfn{modified} if it needs to be saved. 711 * Buffer Modification:: A buffer is @dfn{modified} if it needs to be saved.
712 * Modification Time:: Determining whether the visited file was changed 712 * Modification Time:: Determining whether the visited file was changed
713 ``behind Emacs's back''. 713 "behind Emacs's back".
714 * Read Only Buffers:: Modifying text is not allowed in a 714 * Read Only Buffers:: Modifying text is not allowed in a
715 read-only buffer. 715 read-only buffer.
716 * The Buffer List:: How to look at all the existing buffers. 716 * The Buffer List:: How to look at all the existing buffers.
717 * Creating Buffers:: Functions that create buffers. 717 * Creating Buffers:: Functions that create buffers.
718 * Killing Buffers:: Buffers exist until explicitly killed. 718 * Killing Buffers:: Buffers exist until explicitly killed.
787 * Predicates on Markers:: Testing whether an object is a marker. 787 * Predicates on Markers:: Testing whether an object is a marker.
788 * Creating Markers:: Making empty markers or markers at certain places. 788 * Creating Markers:: Making empty markers or markers at certain places.
789 * Information from Markers:: Finding the marker's buffer or character 789 * Information from Markers:: Finding the marker's buffer or character
790 position. 790 position.
791 * Changing Markers:: Moving the marker to a new buffer or position. 791 * Changing Markers:: Moving the marker to a new buffer or position.
792 * The Mark:: How ``the mark'' is implemented with a marker. 792 * The Mark:: How "the mark" is implemented with a marker.
793 * The Region:: How to access ``the region''. 793 * The Region:: How to access "the region".
794 794
795 Text 795 Text
796 796
797 * Near Point:: Examining text in the vicinity of point. 797 * Near Point:: Examining text in the vicinity of point.
798 * Buffer Contents:: Examining text in a general fashion. 798 * Buffer Contents:: Examining text in a general fashion.