diff src/redisplay.c @ 3025:facf3239ba30

[xemacs-hg @ 2005-10-25 11:16:19 by ben] rename new->new_, convert 'foo to `foo' EmacsFrame.c, ExternalClient.c, ExternalShell.c, chartab.c, cmdloop.c, compiler.h, console.c, database.c, device-msw.c, device-x.c, device.c, doc.c, dragdrop.c, eval.c, event-msw.c, event-stream.c, events.c, extents.c, file-coding.c, fns.c, frame-tty.c, frame.c, gpmevent.c, gutter.c, hash.c, imgproc.c, indent.c, keymap.c, lisp-union.h, macros.c, malloc.c, marker.c, menubar-x.c, menubar.c, mule-charset.c, number.c, process.c, profile.h, ralloc.c, redisplay.c, select-common.h, select.c, syntax.c, sysfile.h, sysproc.h, systime.h, syswindows.h, toolbar.c, tooltalk.c, tparam.c, unexaix.c, unexalpha.c, unexconvex.c, unexec.c, unexhp9k800.c, unexmips.c, unicode.c, window.c: new -> new_. 'foo -> `foo'. lwlib-internal.h: redo assert macros to follow lisp.h and not trigger warnings. lwlib.c, xlwtabs.c: new -> new_.
author ben
date Tue, 25 Oct 2005 11:16:49 +0000
parents 166ed8151e62
children ad2f4ae9895b
line wrap: on
line diff
--- a/src/redisplay.c	Tue Oct 25 08:32:50 2005 +0000
+++ b/src/redisplay.c	Tue Oct 25 11:16:49 2005 +0000
@@ -1,7 +1,7 @@
 /* Display generation from window structure and buffer text.
    Copyright (C) 1994, 1995, 1996 Board of Trustees, University of Illinois.
    Copyright (C) 1995 Free Software Foundation, Inc.
-   Copyright (C) 1995, 1996, 2000, 2001, 2002, 2003 Ben Wing.
+   Copyright (C) 1995, 1996, 2000, 2001, 2002, 2003, 2005 Ben Wing.
    Copyright (C) 1995 Sun Microsystems, Inc.
    Copyright (C) 1996 Chuck Thompson.
 
@@ -472,7 +472,7 @@
 
 Lisp_Object Vwindow_system;	/* nil or a symbol naming the window system
 				   under which emacs is running
-				   ('x is the only current possibility) */
+				   (`x' is the only current possibility) */
 Lisp_Object Vinitial_window_system;
 
 Lisp_Object Vglobal_mode_string;
@@ -715,7 +715,7 @@
 	{
 	  struct display_block *dbp = Dynarr_atp (dl->display_blocks, elt);
 
-	  /* 'add' the block to the list */
+	  /* "add" the block to the list */
 	  Dynarr_increment (dl->display_blocks);
 
 	  /* initialize and return */
@@ -1784,7 +1784,7 @@
     }
 }
 
-/* Add 'text layout glyphs at position POS_TYPE that are contained to
+/* Add `text' layout glyphs at position POS_TYPE that are contained to
    the display block, but add all other types to the appropriate list
    of the display line.  They will be added later by different
    routines. */
@@ -6864,7 +6864,7 @@
 
   /* The menubar, toolbar, and icon updates should be done before
      enter_redisplay_critical_section is called and we are officially
-     'in_display'.  They is because they tend to eval Lisp code, which
+     `in_display'.  They is because they tend to eval Lisp code, which
      needs to be carefully wrapped within the critical section (and hence
      is difficult to debug). */
 
@@ -9909,8 +9909,8 @@
 Default behavior is to flash the whole screen.  On some platforms,
 special effects are available using the following values:
 
-'display       Flash the whole screen (ie, the default behavior).
-'top-bottom    Flash only the top and bottom lines of the selected frame.
+`display'       Flash the whole screen (ie, the default behavior).
+`top-bottom'    Flash only the top and bottom lines of the selected frame.
 
 When effects are unavailable on a platform, the visual bell is the
 default, whole screen.  (Currently only X supports any special effects.)
@@ -10043,7 +10043,7 @@
 
   DEFVAR_SPECIFIER ("use-left-overflow", &Vuse_left_overflow /*
 *Non-nil means use the left outside margin as extra whitespace when
-displaying 'whitespace or 'inside-margin glyphs.
+displaying `whitespace' or `inside-margin' glyphs.
 This is a specifier; use `set-specifier' to change it.
 */ );
   Vuse_left_overflow = Fmake_specifier (Qboolean);
@@ -10055,7 +10055,7 @@
 
   DEFVAR_SPECIFIER ("use-right-overflow", &Vuse_right_overflow /*
 *Non-nil means use the right outside margin as extra whitespace when
-displaying 'whitespace or 'inside-margin glyphs.
+displaying `whitespace' or `inside-margin' glyphs.
 This is a specifier; use `set-specifier' to change it.
 */ );
   Vuse_right_overflow = Fmake_specifier (Qboolean);