emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/modes.texi


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lispref/modes.texi
Date: Mon, 29 Sep 2003 06:19:08 -0400

Index: emacs/lispref/modes.texi
diff -c emacs/lispref/modes.texi:1.64 emacs/lispref/modes.texi:1.65
*** emacs/lispref/modes.texi:1.64       Fri Sep 26 08:15:32 2003
--- emacs/lispref/modes.texi    Mon Sep 29 06:19:05 2003
***************
*** 1223,1228 ****
--- 1223,1233 ----
  There is one exception: if the value of @var{symbol} is a string, it is
  displayed verbatim: the @code{%}-constructs are not recognized.
  
+ Unless @var{symbol} is marked as ``risky'' (i.e., it has a
+ address@hidden @code{risky-local-variable} property), all properties in
+ any strings, as well as all @code{:eval} and @code{:propertize} forms in
+ the value of that symbol will be ignored.
+ 
  @item (@var{string} @address@hidden) @r{or} (@var{list} @address@hidden)
  A list whose first element is a string or list means to process all the
  elements recursively and concatenate the results.  This is the most
***************
*** 1302,1308 ****
     '(which-func-mode ("" which-func-format "--"))
     '(line-number-mode "L%l--")
     '(column-number-mode "C%c--")
!    '(-3 . "%p")
     "-%-"))
  @end group
  @end example
--- 1307,1313 ----
     '(which-func-mode ("" which-func-format "--"))
     '(line-number-mode "L%l--")
     '(column-number-mode "C%c--")
!    '(-3 "%p")
     "-%-"))
  @end group
  @end example
***************
*** 1360,1366 ****
  
  @example
  @group
! ((-3 . "%p")
   (size-indication-mode (8 " of %I"))
  @end group
  @group
--- 1365,1371 ----
  
  @example
  @group
! ((-3 "%p")
   (size-indication-mode (8 " of %I"))
  @end group
  @group




reply via email to

[Prev in Thread] Current Thread [Next in Thread]