1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-17 05:30:43 -08:00

New customization type `float'.

This commit is contained in:
Markus Rost 2002-12-08 00:04:26 +00:00
parent 5b1fc15269
commit 63db1bb31a

View file

@ -495,6 +495,9 @@ the previous value becomes the "backup value" of the variable.
You can go back to that backup value by selecting "Use Backup Value"
under the "[State]" button.
** The new customization type `float' specifies numbers with floating
point (no integers are allowed).
+++
** In GUD mode, when talking to GDB, C-x C-a C-j "jumps" the program
counter to the specified source line (the one where point is).