comparison lisp/gnus/nndb.el @ 96458:20eb34cff104

Spelling fix.
author Glenn Morris <rgm@gnu.org>
date Tue, 01 Jul 2008 03:02:17 +0000
parents f42ef85caf91
children a9dc0e7c3f2b
comparison
equal deleted inserted replaced
96457:7253934c0b0b 96458:20eb34cff104
1 ;;; nndb.el --- nndb access for Gnus 1 ;;; nndb.el --- nndb access for Gnus
2 2
3 ;; Copyright (C) 1997, 1998, 2000, 2002, 2003, 2004, 3 ;; Copyright (C) 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, 2007,
4 ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 4 ;; 2008 Free Software Foundation, Inc.
5 5
6 ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> 6 ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
7 ;; Kai Grossjohann <grossjohann@ls6.informatik.uni-dortmund.de> 7 ;; Kai Grossjohann <grossjohann@ls6.informatik.uni-dortmund.de>
8 ;; Joe Hildebrand <joe.hildebrand@ilg.com> 8 ;; Joe Hildebrand <joe.hildebrand@ilg.com>
9 ;; David Blacka <davidb@rwhois.net> 9 ;; David Blacka <davidb@rwhois.net>
305 ; todo -- maybe later 305 ; todo -- maybe later
306 306
307 ; nndb-request-rename-group does not exist 307 ; nndb-request-rename-group does not exist
308 ; todo -- maybe later 308 ; todo -- maybe later
309 309
310 ;; -- standard compatability functions 310 ;; -- standard compatibility functions
311 311
312 (deffoo nndb-status-message (&optional server) 312 (deffoo nndb-status-message (&optional server)
313 "Return server status as a string." 313 "Return server status as a string."
314 (set-buffer nntp-server-buffer) 314 (set-buffer nntp-server-buffer)
315 (buffer-string)) 315 (buffer-string))