emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/doc/misc/pgg.texi,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/doc/misc/pgg.texi,v
Date: Sun, 28 Oct 2007 09:19:39 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/10/28 09:18:40

Index: doc/misc/pgg.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/misc/pgg.texi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- doc/misc/pgg.texi   6 Sep 2007 05:10:09 -0000       1.2
+++ doc/misc/pgg.texi   28 Oct 2007 09:18:37 -0000      1.3
@@ -345,11 +345,11 @@
 Since PGG was designed for accessing and developing PGP functionality,
 the architecture had to be designed not just for interoperability but
 also for extensiblity.  In this chapter we explore the architecture
-while finding out how to write the PGG backend.
+while finding out how to write the PGG back end.
 
 @menu
 * Initializing::                
-* Backend methods::             
+* Back end methods::             
 * Getting output::              
 @end menu
 
@@ -373,12 +373,12 @@
 @end lisp
 
 The name of the function must follow the
address@hidden follows the backend name.
address@hidden follows the back end name.
 
address@hidden Backend methods
address@hidden Backend methods
address@hidden Back end methods
address@hidden Back end methods
 
-In each backend, these methods must be present.  The output of these
+In each back end, these methods must be present.  The output of these
 methods is stored in special buffers (@ref{Getting output}), so that
 these methods must tell the status of the execution.
 
@@ -435,7 +435,7 @@
 @node Getting output
 @section Getting output
 
-The output of the backend methods (@ref{Backend methods}) is stored in
+The output of the back end methods (@ref{Back end methods}) is stored in
 special buffers, so that these methods must tell the status of the
 execution.
 




reply via email to

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