emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/building.texi


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/man/building.texi
Date: Sun, 30 Apr 2006 23:16:47 +0000

Index: emacs/man/building.texi
diff -u emacs/man/building.texi:1.95 emacs/man/building.texi:1.96
--- emacs/man/building.texi:1.95        Fri Apr 28 23:42:45 2006
+++ emacs/man/building.texi     Sun Apr 30 23:16:47 2006
@@ -766,8 +766,6 @@
 The name of the current source file.  If the current buffer is the GUD
 buffer, then the ``current source file'' is the file that the program
 stopped in.
address@hidden This said, ``the name of the file the program counter was in at 
the last breakpoint.''
address@hidden But I suspect it is really the last stop file.
 
 @item %l
 The number of the current source line.  If the current buffer is the GUD
@@ -775,7 +773,9 @@
 stopped in.
 
 @item %e
-The text of the C lvalue or function-call expression at or adjacent to point.
+In transient-mark-mode the text in the region, if it is active.
+Otherwise the text of the C lvalue or function-call expression at or
+adjacent to point.
 
 @item %a
 The text of the hexadecimal address at or adjacent to point.
@@ -787,6 +787,13 @@
 
 If you don't use @samp{%p} in the command string, the command you define
 ignores any numeric argument.
+
address@hidden %d
+The name of the directory of the current source file.
+
address@hidden %c
+Fully qualified class name derived from the expression surrounding point
+(jdb only).
 @end table
 
 @node GDB Graphical Interface




reply via email to

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