comparison lisp/pgg.el @ 81161:4d759191bd77

(pgg-sign-region, pgg-sign): Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 06 Jun 2007 15:03:25 +0000
parents e3694f1cb928
children 7edf1ae10375
comparison
equal deleted inserted replaced
81160:aaa11de2895b 81161:4d759191bd77
414 414
415 If the optional 3rd argument CLEARTEXT is non-nil, it does not create 415 If the optional 3rd argument CLEARTEXT is non-nil, it does not create
416 a detached signature. 416 a detached signature.
417 417
418 If this function is called interactively, CLEARTEXT is enabled 418 If this function is called interactively, CLEARTEXT is enabled
419 and the the output is displayed. 419 and the output is displayed.
420 420
421 If optional PASSPHRASE is not specified, it will be obtained from the 421 If optional PASSPHRASE is not specified, it will be obtained from the
422 passphrase cache or user." 422 passphrase cache or user."
423 (interactive "r") 423 (interactive "r")
424 (let ((status (pgg-save-coding-system start end 424 (let ((status (pgg-save-coding-system start end
439 439
440 If optional arguments START and END are specified, only sign data 440 If optional arguments START and END are specified, only sign data
441 within the region. 441 within the region.
442 442
443 If this function is called interactively, CLEARTEXT is enabled 443 If this function is called interactively, CLEARTEXT is enabled
444 and the the output is displayed. 444 and the output is displayed.
445 445
446 If optional PASSPHRASE is not specified, it will be obtained from the 446 If optional PASSPHRASE is not specified, it will be obtained from the
447 passphrase cache or user." 447 passphrase cache or user."
448 (interactive "") 448 (interactive "")
449 (let* ((start (or start (point-min))) 449 (let* ((start (or start (point-min)))