emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/viper.texi [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/viper.texi [emacs-unicode-2]
Date: Mon, 28 Jun 2004 03:57:37 -0400

Index: emacs/man/viper.texi
diff -c emacs/man/viper.texi:1.30.2.1 emacs/man/viper.texi:1.30.2.2
*** emacs/man/viper.texi:1.30.2.1       Fri Apr 16 12:50:42 2004
--- emacs/man/viper.texi        Mon Jun 28 07:29:03 2004
***************
*** 314,321 ****
  Viper defines @kbd{C-\} as its Meta key in Vi state.  @xref{Vi State}, for
  more address@hidden
  
! Emacs is structured as a lisp interpreter around a C core.  Emacs keys
! cause lisp functions to be called.  It is possible to call these
  functions directly, by typing @kbd{M-x function-name}.
  
  @node Loading Viper, States in Viper, Emacs Preliminaries, Overview
--- 314,321 ----
  Viper defines @kbd{C-\} as its Meta key in Vi state.  @xref{Vi State}, for
  more address@hidden
  
! Emacs is structured as a Lisp interpreter around a C core.  Emacs keys
! cause Lisp functions to be called.  It is possible to call these
  functions directly, by typing @kbd{M-x function-name}.
  
  @node Loading Viper, States in Viper, Emacs Preliminaries, Overview
***************
*** 2066,2072 ****
  @end example
  @noindent
  
! Each Emacs command key calls some lisp function.  If you have enabled the
  Help, (@pxref{Rudimentary Changes}) @kbd{C-h k} will show you the function
  for each specific key; @kbd{C-h b} will show all bindings, and @kbd{C-h m}
  will provide information on the major mode in effect.  If Help is not
--- 2066,2072 ----
  @end example
  @noindent
  
! Each Emacs command key calls some Lisp function.  If you have enabled the
  Help, (@pxref{Rudimentary Changes}) @kbd{C-h k} will show you the function
  for each specific key; @kbd{C-h b} will show all bindings, and @kbd{C-h m}
  will provide information on the major mode in effect.  If Help is not




reply via email to

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