comparison lisp/completion.el @ 3186:50f061054d19

Delete confusing comments.
author Richard M. Stallman <rms@gnu.org>
date Fri, 28 May 1993 00:32:30 +0000
parents 326e28cbf102
children 507f64624555
comparison
equal deleted inserted replaced
3185:075d14ca4436 3186:50f061054d19
191 ;;; 191 ;;;
192 ;;;--------------------------------------------------------------------------- 192 ;;;---------------------------------------------------------------------------
193 ;;; 193 ;;;
194 ;;; 194 ;;;
195 195
196 ;;;-----------------------------------------------
197 ;;; Porting Notes
198 ;;;-----------------------------------------------
199 ;;;
200 ;;; Should run on 18.49, 18.52, and 19.0
201 ;;; Tested on vanilla version.
202 ;;; This requires the standard cl.el file. It could easily rewritten to not
203 ;;; require it. It defines remove which is not in cl.el.
204 ;;;
205 ;;; FUNCTIONS BASHED
206 ;;; The following functions are bashed but it is done carefully and should not
207 ;;; cause problems ::
208 ;;; kill-region, next-line, previous-line, newline, newline-and-indent,
209 ;;; kill-emacs
210 ;;;
211 ;;;
212 ;;;--------------------------------------------------------------------------- 196 ;;;---------------------------------------------------------------------------
213 ;;; Functions you might like to call 197 ;;; Functions you might like to call
214 ;;;--------------------------------------------------------------------------- 198 ;;;---------------------------------------------------------------------------
215 ;;; 199 ;;;
216 ;;; add-completion string &optional num-uses 200 ;;; add-completion string &optional num-uses